jbox-web / ajax-datatables-rails

A wrapper around DataTable's ajax methods that allow synchronization with server-side pagination in a Rails app
MIT License
586 stars 228 forks source link

input search value, applied to all columns? #231

Closed webrups closed 6 years ago

webrups commented 7 years ago

I have a table with 12 columns with different kind of input types, number, date, text.

It looks like to handle input values wrong. When I put in some value in the input for column 2, it is applied to all 12 columns. don't know why this is happening?

ajahongir commented 7 years ago

It seams you are using global search. what is your request to a server?

n-rodriguez commented 6 years ago

Hi there! Any news?