0

I am using a server-side data table with laravel and I am trying to search Apostrophe’s value (Fran'k) but it's not working with individual column search. Please help me

I am using below code for column search

$('input', this ).on( 'keyup change', function () {
     if (tables.column(i).search() !== this.value ) {
           tables
              .column(i)
              .search(this.value )
              .draw();
     }
});

Thanks

Ersoy
  • 8,816
  • 6
  • 34
  • 48

0 Answers0