datatables-bundle
datatables-bundle copied to clipboard
DataTables bundle for Symfony
Add label to columns in getInitialResponse
PR adds new type of column: MoneyColumn. It is a bit similar to NumberColumn but is more finetuned to render money type of fields, like prices, order totals etc. It...
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. ## Awaiting Schedule These updates are awaiting their schedule. Click on a checkbox to...
Hi, this PR addresses the following points. * add language feature for php8.0 * add strong types * adjust tests * Remove some tests for types that in my eyes...
Currently you can only render a Twig template and it passes the current row and the normal value to the template. It would be cool to have the ability to...
Provide basic tests in GitHub Actions. This needs improvments. But iin the actual state it already can help developers to run there PR against tests.
Disabling paging by passing an options array with paging => false produces a LIMIT -1 query, when I initiate a column ordering by clicking on a column header. At least...
Hello, maybe I didn't search docs deeply, but I am not able to get column filter displayed. I have this setup. **Controller:** ``` $userFilter = new ChoiceFilter(); $userFilter->set([ 'choices' =>...
Hi. It happens the same to me too. I don't understand why this issue has been closed. I have tried configuring with the `persist_state: "local"` option and in my JS...
I'm try to use this https://datatables.net/extensions/colreorder/examples/integration/server_side.html But on server side got wrong column order and individual search. If I swap first and second column and try to order first datatables-bundle...