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

Is it possible to make a number filter with two inputs : one for minimal and one for maximal value ?

feature

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.

feature

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

feature
BC-break

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

Request for Comments
refactoring
BC-break

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

feature

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

can't reproduce
Request for Comments