I am using DataTable plugin to manipulate data. 2 columns display drop down fields. I have enabled column sorting and table filtering.
I could sort all the columns except drop down fields columns. Similarly, search doesn't work in drop down fields columns.
I couldn't find any help on datatables for it.
To filter, the only option I could see now is to use like this https://datatables.net/examples/api/multi_filter_select.html
Is there any other possibility?