DatatableBundle
DatatableBundle copied to clipboard
Individual column searching (select inputs)
Hi, is it possible to change input text in individual column searching for select like in this example: https://datatables.net/examples/api/multi_filter_select.html ?
This isn't possible with the raw bundle. But you can do it with some Javascript. You must use Datatables event to listen when the data are loaded. And after you build your select box, put it in place of input box.