Skip to content

code-and-effect/effective_datatables_demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Effective DataTables Demo

This is a skeleton rails website that shows off the effective_datatables gem.

Rails 7.0.2.3, jQuery 3 and Twitter Bootstrap 4.

Getting Started

Click here for the Live Demo.

Visit effective_datatables for the gem itself.

Setup yourself

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!

License

MIT License. Copyright Code and Effect Inc.

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Bonus points for test coverage
  6. Create new Pull Request

About

A minimal rails app to showcase the effective_datatables gem.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published