DatatableBundle icon indicating copy to clipboard operation
DatatableBundle copied to clipboard

Individual column searching (select inputs)

Open johnzuk opened this issue 8 years ago • 1 comments

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 ?

johnzuk avatar Dec 16 '16 21:12 johnzuk

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.

waldo2188 avatar Dec 17 '16 07:12 waldo2188