ASP.Net MVC / ASP.Net WebForms / JavaScript How to use column search in datatable when responsive is false - 18.09.20 - ErcanOPAK comment on How to use column search in datatable when responsive is false just add “$(“th”).show();” in the end of initComplete … , initComplete: function () { … $(“th”).show(); } , … Continue Reading ..