1

I am using datatables in a webpage PHP based. I want to remove the 'x' in column filters since it's not functional or if there is any way this comes functional. It is only functional to remove the string from the input box but doesn't remove the filter from the column.

For example, when I type a keyword it filters the table then if I click on the 'x' in the input box, it removes the keyword but the table stays filtered where the filter should be cleared.

check screenshot in the link below. enter image description here

Jawad Sleiman
  • 55
  • 1
  • 9
  • Some browsers style the search input type with a "clear" button or likewise. See the links above. It has really nothing to do with DataTables or filtering, just a general behavior you can suppress using CSS. – davidkonrad Aug 23 '18 at 16:32

0 Answers0