DatatablesBundle
DatatablesBundle copied to clipboard
This Bundle integrates the jQuery DataTables plugin into your Symfony application.
I would like to be able to load french translations and set a different custom text on each of my datatable (for example to set a different text for the...
Hi! Is it possible to e.g. change the text for the select element `Show Entries`, or remove the text for the search input element? It seems like this is [supported...
Hi, I have a problem with search_delay option - it works only every second time. First search has default delay (no delay?), and second one has delay from options, and...
jQuery selector for multiselect buttons was not working, because the div had uniqueName and jQuery selector had just datatableName. I fixed it by sending datatable unique name to twig renderer...
Using a closure for an action label makes it possible to use values from other columns in link titles (also buttons), see example in `columns.md `.
As described in #778 it's sometimes necessary to set the QueryBuilder alias to be able to customize a query without limitations.
Click on the entire line to select the checkbox if the value is true. If the value is false, the chechbox is selected only on the first column.
Let's assume these are my tables: Product | id | description | |----|-------------| | 1 | Small car | | 2 | Big car | Property | id | property...
Hello, Is there a way of changing how, and particularly _where_ the action buttons are rendered? For example, I want to put my table in a bootstrap panel, and the...
Hi. I'm using v0.13, it is possible to change a multi select action to GET? I need to download an exported file as an attachment, but with POST method is...