DatatablesBundle
DatatablesBundle copied to clipboard
This Bundle integrates the jQuery DataTables plugin into your Symfony application.
Is it possible to make a number filter with two inputs : one for minimal and one for maximal value ?
Hi, In my case searching by Server-Side is too slow, better alternative can be searching by Client-Side so how can I change this option?
Hi, I added an option to compute the total of a column and display it in a row just under the header row. Requires PR #836, #816, #837.
Hi, I added some attributes to column, and changed a little bit the way of generating the data response: there is now two rows arrays: the first one contains the...
Hi @stwe, I could add the same logic to the anothers filters if you want. I think it's a good feature when using "state_save" feature. Best, Matías
Currently Twig is used to render the options. I think Twig shouldn't be used like this: this is where PHP should be used instead. Related to #819. This is just...
Hi. Second try, I adapted my first pull-request #800 to add `colReorder` as an extension. I hope this time my pull request will be ok. 😃
This PR add support for doctrine time type in Datatable and prevent error when using time with inplace editor. Fix #905
I noticed in renderSingleField function(vendor/sg/datatablesbundle/Sg/DatatablesBundle/Datatable/Column/Column.php ) that if column is not editable then data is not rendered by Twig so the content is not escaped and allow XSS attack