Skip to content Skip to sidebar Skip to footer

Datatable Filtering With Select Option Is Not Working In Php Ajax

I have multiple select option filtering based on ajax jquery php in datatable. It is filtering the records correctly but after change on select option filtering one alert message i

Solution 1:

Your data table is not binding while added the HTML from ajax response, you must m remove and reassign the data table js to the selector then it will works fine. Or create the entire table with data table selector on the page ajax is sending the response and then replace the entire table with your current HTML.

get a reference from here https://datatables.net/reference/option/ajax

Post a Comment for "Datatable Filtering With Select Option Is Not Working In Php Ajax"