Skip to content

Commit 113ada7

Browse files
author
Joel Quenneville
committed
added some details to the readme
1 parent 37eeb50 commit 113ada7

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
# Ajax::Datatables::Rails
1+
# ajax-datatables-rails
22

3-
TODO: Write a gem description
3+
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.
4+
5+
`ajax-datatables-rails` is a wrapper around datatable's ajax methods that allow synchronization with server-side pagination in a rails app.
46

57
## Installation
68

0 commit comments

Comments
 (0)