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

First of all thakns for Your Great job, it's awesome bundle. I had a problem with multiple datatables generated for each category, i needed display them on one page. It...

If no global search or filters are applied, "recordsFiltered" and "recordsTotal" return the same value, no need to run two queries. I can create a the pull request if necessary

Hello, I would like to see feature to remember selection of rows between pages. This can be done a by saving selected rows to js variable and checking checkboxes between...

feature

I'm using the Result cache ([Resources/doc/cache.md](https://github.com/stwe/DatatablesBundle/blob/master/Resources/doc/cache.md)) but when I change the data, the cache doesn't invalidate. I'm using Docrtrine Cache on multiple places in my application and it works as...