Filtering columns with dropdown
Filtering columns with dropdown
sjw01
Posts: 67Questions: 36Answers: 1
I have created a dropdown filter on columns using the guide here: https://datatables.net/examples/api/multi_filter_select.html
Problem is, as you can see - the filter is broad match (e.g. Service returns Ford Service) not exact match (Column: Dept)
http://live.datatables.net/memajidi/1/edit?js,output
Is it possible to make the search filter exact match?
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
Hi @sjw01 ,
It just needs to be a regex,
See here,
Cheers,
Colin
......This is my code i have filter with proper option value but all the data not filter in datatable ...only one field has applying filter condition ...select option filter data is dynamic in php mysql...Is there any solution ?
KTDatatable isn't anything to do with us, I'd suggest posting on StackOverflow or on their site : https://keenthemes.com/metronic/?page=docs§ion=html-components-datatable
Colin