This repository was archived by the owner on May 14, 2022. It is now read-only.

Description
I would love to have option of configuration if i use camelcase strategy or underscore. Refers to:
- /vendor/lankit/datatables-bundle/LanKit/DatatablesBundle/Datatables/Datatable.php
$joinName .= '_' . $this->getJoinName(
$metadata,
Container::camelize($metadata->getTableName()),
$entityName
);