jquery datatables rails is a gem that conveniently wraps the datatables library in a gem for rails. However, using that gem adds an unnecessary layer between your app and datatables library. This can mean you will have to wait for the gem to be updated to use latest datatables updates.

Read the entire post...


dataTables is a nifty jquery plugin for displaying large sets of data. However, we need to do smarter column based searching.

Read the entire post...