DatatablesBundle icon indicating copy to clipboard operation
DatatablesBundle copied to clipboard

This Bundle integrates the jQuery DataTables plugin into your Symfony application.

Results 65 DatatablesBundle issues
Sort by recently updated
recently updated
newest added

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...

Security

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...

improvement

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...

![image](https://user-images.githubusercontent.com/22260465/82647141-6c691780-9c1e-11ea-83ef-70f105c3667d.png) ![image](https://user-images.githubusercontent.com/22260465/82647196-8276d800-9c1e-11ea-88b4-0ce893974051.png) Not working with multiple namespaces, in factory service only default namespace ![image](https://user-images.githubusercontent.com/22260465/82647281-a33f2d80-9c1e-11ea-8c9d-f7d351662da2.png)

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...

feature

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?