Using DataTables with CouchDB
DataTables is an Open Source jQuery plugin that adds controls to any HTML table. Usually DataTable takes an existing HTML table and adds functionality to it. It can also pull data from a remote JSON and create table on the fly. It’s a useful feature. Although for big datasets it doesn’t work as...