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 ``` php $joinName .= '_' . $this->getJoinName( $metadata, Container::camelize($metadata->getTableName()), $entityName ); ```
I would love to have option of configuration if i use camelcase strategy or underscore. Refers to: