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 apply a custom CSS class to Devexpress componentsHow to refresh a DIV content with JavascriptFormatting a Nullable DateTime with ToString() in ASP.Net MVCHow to disable ASP.Net button after click to prevent double clicking Post Views: 20