This is a skeleton rails website that shows off the effective_datatables gem.
Rails 7.0.2.3, jQuery 3 and Twitter Bootstrap 4.
Click here for the Live Demo.
Visit effective_datatables for the gem itself.
git clone git@github.com:code-and-effect/effective_datatables_demo.git
cd effective_datatables_demo
bundle
rails db:create db:migrate db:seed
rails server
Happy tabling!
MIT License. Copyright Code and Effect Inc.
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Bonus points for test coverage
- Create new Pull Request