ajax-datatables-rails
ajax-datatables-rails copied to clipboard
A wrapper around DataTable's ajax methods that allow synchronization with server-side pagination in a Rails app
I am adding some filtering in `get_raw_records`, and when the data are refreshed via AJAX, i would like to also pass a hash back to the view. Is there a...
Adds support for trilogy [adapter](https://github.com/trilogy-libraries/activerecord-trilogy-adapter) in Rails >= 6 and
https://github.com/trilogy-libraries/activerecord-trilogy-adapter
Using 1.4.0 with Rails 7.0.8, Ruby 3.2.3. ``` NameError: uninitialized constant AjaxDatatablesRails::ORM::ActiveRecord from /home/layz/.rvm/gems/ruby-3.2.3/bundler/gems/ajax-datatables-rails-7ed2bcca0c75/lib/ajax-datatables-rails/active_record.rb:5:in `' ``` When trying to initialize the Datable: ``` ParcelDatatable.new(params) ``` Unclear to me why this...
Data table works great, but the json response I recieve back has all numbers converted to strings ` { id: "19", commitment_type: "Pool", folio_id: "51694724", unit_type: "Series C", investor_name: "Waterfield...
Adds test cases for `searchable: false` columns to address part of #424.
I created a virtual or derived column with the following code: ``` def view_columns # Declare strings in this format: ModelName.column_name # or in aliased_join_table.column_name format @view_columns ||= { ......
**I'm unable to retrieve data from the Business table based on the optional User association.** Here are the full logs of the application that contains the Error message. `13:58:15 web.1...
Thank you