DatatablesBundle
DatatablesBundle copied to clipboard
This Bundle integrates the jQuery DataTables plugin into your Symfony application.
As $translator has no type-hint anymore in the AbstractDatatable class, I get an error when defining my Datatable like that This is a datatable.yaml file imported in services.yaml ``` services:...
https://github.com/stwe/DatatablesBundle/blob/5cca7f74c24017243616186e6fe5705709a5b98c/Controller/DatatableController.php#L61 Hello there, please look over this. In case I got a valid csrf token from an editable table I think I can edit any column in any entity using...
I'd like to inject services (Symfony Routing Component for example) in a Column using Dependency Injection, like you can do with a FormType in Symfony. I've no idea how to...
I need to force MySQL to use a specific index. I understand the best approach is to use output walkers (specifically SqlWalker) but I don't know where to capture the...
  Not working with multiple namespaces, in factory service only default namespace 
I have found that is was very frustrating to to be able to use multiple keywords in the global search filters. For example, we had a customer field in our...
Hey! I have a datatables with places. What I want is to list in the select2Filter only sections in the room. How can I pass the id of the room...
Can someone post an example configuration roadmap with Symfony5, since the latest documentation is from 2017?
Hi, I'm having a strange error when trying to show all entries in a datatable. This is my length_menu: `'length_menu' => [[10, 25, 50, 100, -1], ['10', '25', '50', '100',...
For symfony forms the select translations can be deactivated by setting [choice_translation_domain](https://symfony.com/doc/current/reference/forms/types/choice.html#choice-translation-domain) = false, how about the SelectFilter? How can I disable automatic translation of the array of select_options?