Skip to content

Datatables is a nifty jquery plugin that adds the ability to paginate, sort, and search your html tables. When dealing with large tables (more than a couple hundred rows) however, we run into performance issues. These can be fixed by using server-side pagination, but this breaks some datatables functionality.

License

Notifications You must be signed in to change notification settings

nguyentamvinhlong/ajax-rails-datatables-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

This README would normally document whatever steps are necessary to get the application up and running.

Things you may want to cover:

  • Ruby version

  • System dependencies

  • Configuration

  • Database creation

  • Database initialization

  • How to run the test suite

  • Services (job queues, cache servers, search engines, etc.)

  • Deployment instructions

Data test from www.mockaroo.com/

Demo at rocky-stream-8031.herokuapp.com/

If you have any questions, you contact me by email nguyentamvinhlong@gmail.com or twitter.com/nguyentamvn

Please feel free to use a different markup language if you do not plan to run rake doc:app.

About

Datatables is a nifty jquery plugin that adds the ability to paginate, sort, and search your html tables. When dealing with large tables (more than a couple hundred rows) however, we run into performance issues. These can be fixed by using server-side pagination, but this breaks some datatables functionality.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published