search not working
i have four filters 3 of them are working which are select boxes but one of them is a input box and its not working to search i have tried many methods the event of that search box is not firing
Replies (3)
Hi,
Could you please clarify which plugin are you using and which Metronic version?
Thanks
i am using keen theme demo 6 ktdatatable base plugin and search input is not working
Hi,
Have you put the search input in the ktdatatable option?
search: {
input: $('#search_input_id')
},
Thanks