ajax-datatables-rails
A wrapper around DataTable's ajax methods that allow synchronization with server-side pagination in a Rails app
File Explorer
Download Latest Version (.zip)- ci.yml
- ci_oracle.yml
- qlty.toml
- _guard-core
- appraisal
- bundle
- guard
- rackup
- rake
- rspec
- rubocop
- tnsnames.ora
- setup_accounts.sh
- migrate.md
- webpack.md
- rails_7.1_with_mysql2.gemfile
- rails_7.1_with_oracle_enhanced.gemfile
- rails_7.1_with_postgis.gemfile
- rails_7.1_with_postgresql.gemfile
- rails_7.1_with_sqlite3.gemfile
- rails_7.1_with_trilogy.gemfile
- rails_7.2_with_mysql2.gemfile
- rails_7.2_with_oracle_enhanced.gemfile
- rails_7.2_with_postgis.gemfile
- rails_7.2_with_postgresql.gemfile
- rails_7.2_with_sqlite3.gemfile
- rails_7.2_with_trilogy.gemfile
- rails_8.0_with_mysql2.gemfile
- rails_8.0_with_oracle_enhanced.gemfile
- rails_8.0_with_postgis.gemfile
- rails_8.0_with_postgresql.gemfile
- rails_8.0_with_sqlite3.gemfile
- rails_8.0_with_trilogy.gemfile
- rails_8.1_with_mysql2.gemfile
- rails_8.1_with_oracle_enhanced.gemfile
- rails_8.1_with_postgis.gemfile
- rails_8.1_with_postgresql.gemfile
- rails_8.1_with_sqlite3.gemfile
- rails_8.1_with_trilogy.gemfile
- date_filter.rb
- order.rb
- search.rb
- column.rb
- datatable.rb
- simple_order.rb
- simple_search.rb
- active_record.rb
- active_record.rb
- base.rb
- datatable.rb
- error.rb
- orm.rb
- version.rb
- datatable.rb.erb
- datatable_generator.rb
- ajax-datatables-rails.rb
- column_spec.rb
- datatable_spec.rb
- simple_order_spec.rb
- simple_search_spec.rb
- active_record_count_records_spec.rb
- active_record_filter_records_spec.rb
- active_record_paginate_records_spec.rb
- active_record_sort_records_spec.rb
- base_spec.rb
- manifest.js
- database.yml
- routes.rb
- storage.yml
- schema.rb
- .gitignore
- favicon.ico
- user.rb
- complex_datatable.rb
- complex_datatable_array.rb
- datatable_cond_date.rb
- datatable_cond_numeric.rb
- datatable_cond_proc.rb
- datatable_cond_string.rb
- datatable_cond_unknown.rb
- datatable_custom_column.rb
- datatable_nonexistent_column.rb
- datatable_order_nulls_last.rb
- grouped_datatable_array.rb
- params.rb
- user.rb
- create_oracle_enhanced_users.sql
- spec_helper.rb
- .gitignore
- .rspec
- .rubocop.yml
- ajax-datatables-rails.gemspec
- Appraisals
- CHANGELOG.md
- CLAUDE.md
- config.ru
- Gemfile
- Guardfile
- LICENSE
- Rakefile
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/jbox-web/ajax-datatables-rails
Downloads the entire project code from GitHub to your computer.
cd ajax-datatables-rails
Moves into the project folder you just downloaded.
2. Ruby
Easy RecommendedPrerequisites
$ bundle install
Installs the Ruby libraries listed in the Gemfile.
If bundle install finishes without errors, continue with the run command from the README (e.g. rails server).
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
