Releases: cristoper/jquery-KivaSort
Releases · cristoper/jquery-KivaSort
v1.1.1
v1.1.0
Added
- Custom buttons for use with DataTables' Buttons extension
- "Reload" button fetches fresh data from Kiva and reloads the table
- "JSON" button displays raw JSON data
- Can be used just like any of the Buttons extension built-in buttons
- Export
fetchKivaPartners()
as CommonJS module method (for use from Node.js)- Include an example node.js script for fetching field partner data (JSON) from the commandline
package.json
for installation via npm- A new
reloadKivaTable()
plugin method which re-fetches the data from Kiva and reloads the entire tabl
Initial Release!
- Fetches data from Kiva.org's API
- Can also use locally provided JSON instead of making an AJAX call
- Displays much of that data (supports a total of 16 columns, any of which may be used) in a sortable, searchable table (based on the DataTables jQuery plugin
- Allows passing options to the underlying DataTable, so a KivaSort table can be customized, extended, and themed just like any DataTable.
- Supports multiple tables in a single HTML document
- Installable from