matissg said about 6 years ago on DataTables :
I'm wondering how would code change in `app/datatables/user_datatable.rb` to have search/filter for specific column? I believe changes should be done somewhere here: ` users = users.where(search_string.join(' or '), search: "%#{params[:search][:value]}%")` I'd be happy for any hint. Thank you.