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:Pass model from Razor view to JavaScriptHow to use Template literals (Template strings) in JavascriptJavascript Refresh and CountDown TimerHow to apply two classes to a single element in CSS Post Views: 5