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'm currently trying to upgrade a rails application to move from `ruby-3.0.1` to `ruby-3.1.2`. Im currently using ajax-datatables-rails version `ajax-datatables-rails (1.3.1)`. When I upgrade the Ruby version, I encounter the...
I was wondering if it is possible to use [SearchPanes](https://datatables.net/extensions/searchpanes/) with [ajax-datatables-rails](https://github.com/jbox-web/ajax-datatables-rails)? If so, would you mind pointing me in the right direction?
Hello, this is my model ``` class Associate < ActiveRecord::Base has_many :missions has_many :coordinator_missions, :class_name => "Mission", :foreign_key => "coordinator_id" end ``` ``` class Mission < ActiveRecord::Base belongs_to :associate belongs_to...
In past versions, datatables serialized into JSON that could represent columns containing arbitrarily structured data. For example, a column of post tags could contain an array— ```ruby def data records.map...
Have you seen the possibility of it working with Cross Datatables?
Making a jump from 0.4.2 to the latest 1.3.1 version and Im now receiving an error: ``` NotImplementedError: NotImplementedError #Selenium::WebDriver::Error::UnexpectedAlertOpenError: # unexpected alert open: {Alert text : DataTables warning: table...
I have some table columns that are not linked to a database column. These columns are used for example to display an input field, some static text, etc. I use...
Instead of creating a connection and looking at its database adapter, look at the configured adapter instead. This prevents issues when trying to compile assets or running other rake tasks...
Hi there, First, thanks for all the great work with this gem! I came here because last week I faced an issue when dropping and re-creating my test database. Basically,...
this gem has an incompatibility with the i18n-js gem (according to the following setup: https://gist.github.com/bazzel/ecdff4718962e57c2d5569cf01d332fe) when first deploying to heroku, shows the following error during assets:precompile task: ``` ... remote:...