An open API service indexing awesome lists of open source software.

https://github.com/timwis/cloudmine-datatables

Use dataTables.js to display, sort, and paginate CloudMine records, fetching only what's displayed
https://github.com/timwis/cloudmine-datatables

Last synced: about 2 months ago
JSON representation

Use dataTables.js to display, sort, and paginate CloudMine records, fetching only what's displayed

Awesome Lists containing this project

README

        

CloudMine DataTables
================

This is an example of how to use [DataTables](http://datatables.net) to display, sort, and paginate [CloudMine](http://cloudmine.me) records, fetching only what's displayed. DataTables provides a great tool for browsing tabular data, and this allows you to use it with CloudMine records on a scalable basis - whether you've got 20 records or 20,000. Oh, and it uses Bootstrap CSS, but you can remove that part if you like.

Usage
---------
1. Fill in your CloudMine `appid` and `apikey`
2. Fill in your titles in `aoColumns`
3. Enter your search query in `sAjaxSource`

Demo
--------
Here is a [demo](http://timwis.github.com/cloudmine-datatables) with a sample data set

Further Information
---------------------------
This assumes you have a basic understanding of CloudMine and DataTables, which are both fantastic libraries. To learn more about them, visit:
* [CloudMine Docs](http://cloudmine.me/docs)
* [DataTables](http://datatables.net/)