ASP.Net MVC / ASP.Net WebForms / JavaScript How to use column search in datatable when responsive is false - 18.09.20 - ErcanOPAK just add “$(“th”).show();” in the end of initComplete ... , initComplete: function () { ... $("th").show(); } , ... Related posts:How to insert space in Razor Asp.NetSmart way to truncate long strings in JavascriptPop, Push, Shift and Unshift Array Methods in JavaScriptAdd and Remove classes from element in Javascript Post Views: 11