DatatablesBundle
DatatablesBundle copied to clipboard
This Bundle integrates the jQuery DataTables plugin into your Symfony application.
### Support question The docs are not clear of any requirement or interaction between the [MultiselectColumn](https://github.com/stwe/DatatablesBundle/blob/master/Resources/doc/columns.md#7-multiselect-column) and the DataTables [Select Extension](https://github.com/stwe/DatatablesBundle/blob/master/Resources/doc/extensions.md#3-select). Does one require the other? Can I use Select...
hi , is posible search with translate value in a virtualcolumn? i try to search but return nothing. inside getLineFormatter method i have this ` match ($rowClass) { 'WORKFLOW' =>...
removes deprecation warning to prepare for compatibility with symfony 6
- fix the column name duplication problem in the table when the individual filtering is activated. - Offers the ability to select a field that is not part of the...
Hello everyone, I have found a very boring bug ... and after many hours to search why, I have found a solution, and may be the reason why. When you...
Yet another *aaS-solution! May I introduce to you: (a very very early stage proof of concept) Columns as a Service! See #902 Symfony Forms can be uses as a service,...
I'm seeing a strange behavior when using a DateTimeColumn which has "visible = false": When I initially load the datatable, the column is hidden, swichting it to visible using the...
@Seb33300 , @stephanvierkant I need information as to whether version 1.x is still being maintained by you. Otherwise, I would close all non-security tickets for this version. Same for the...
I have an error on the individual filtering and have a set the DQL property only to point to a field of my select which is not part of my...
I have entities with binded comments. A comment can be important depending on a flag. So, I write a custom dql to get a column indicating if the entity contains...