Skip to content

Releases: cristoper/jquery-KivaSort

v1.1.1

16 Jan 05:39
Compare
Choose a tag to compare
  • Improve performance significantly

v1.1.0

16 Jan 05:38
Compare
Choose a tag to compare

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!

16 Jan 05:35
Compare
Choose a tag to compare
  • 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