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
- Host: GitHub
- URL: https://github.com/timwis/cloudmine-datatables
- Owner: timwis
- Created: 2012-10-28T04:54:49.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-10-28T05:34:27.000Z (over 12 years ago)
- Last Synced: 2025-01-25T07:11:54.281Z (3 months ago)
- Language: JavaScript
- Size: 146 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 setFurther 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/)