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
584 stars 228 forks source link

Can we use ajax datatable gem and normal JavaScript together in ruby on rails #387

Closed Neha-chhajed closed 3 years ago

Neha-chhajed commented 3 years ago

Hello,

I am using language ruby on rails in that we use ajax datatable gem and javascript

but my javascript code is not working?

So can we use both together?

n-rodriguez commented 3 years ago

Yes, see: https://github.com/jbox-web/ajax-datatables-rails#5-wire-up-the-javascript

Neha-chhajed commented 3 years ago

okay. But I cant use this method column( ).search() because of that gem.

So how we can use this method ?