DNS Editor working with PowerDNS's new API. https://dns.ostreff.info
Find a file
Mark Schouten 8997d5b1ff Squashed 'jtable/' content from commit 1a6e6ab
git-subtree-dir: jtable
git-subtree-split: 1a6e6ab44e57f1cea35a1b7168a8c8ef319d5a81
2016-08-05 13:20:31 +02:00
dev Squashed 'jtable/' content from commit 1a6e6ab 2016-08-05 13:20:31 +02:00
lib Squashed 'jtable/' content from commit 1a6e6ab 2016-08-05 13:20:31 +02:00
bower.json Squashed 'jtable/' content from commit 1a6e6ab 2016-08-05 13:20:31 +02:00
jTable.jquery.json Squashed 'jtable/' content from commit 1a6e6ab 2016-08-05 13:20:31 +02:00
README.md Squashed 'jtable/' content from commit 1a6e6ab 2016-08-05 13:20:31 +02:00
screenshot.png Squashed 'jtable/' content from commit 1a6e6ab 2016-08-05 13:20:31 +02:00

What is jTable

http://www.jtable.org

A screenshot of jTable

jTable is a jQuery plugin used to create AJAX based CRUD tables without coding HTML or Javascript. It has several features including:

  • Automatically creates HTML table and loads records from server using AJAX.
  • Creates 'create new record' jQueryUI dialog form. When user creates a record, it sends data to server using AJAX and adds the same record to the table in the page.
  • Creates 'edit record' jQueryUI dialog form. When user edits a record, it updates server using AJAX and updates all cells on the table in the page.
  • Allow user to 'delete a record' by jQueryUI dialog based confirmation. When user deletes a record, it deletes the record from server using AJAX and deletes the record from the table in the page.
  • Shows animations for create/delete/edit operations on the table.
  • Supports server side paging using AJAX.
  • Supports server side sorting using AJAX.
  • Supports master/child tables.
  • Allows user to select rows.
  • Allows user to resize columns.
  • Allows user to show/hide columns.
  • Exposes some events to enable validation with forms.
  • It can be localized easily.
  • All styling of table and forms are defined in a CSS file, so you can easily change style of everything to use plugin in your pages. CSS file is well defined and commented.
  • It comes with pre-defined color themes.
  • It is not depended on any server side technology.
  • It is platform independed and works on all common browsers.

Notes

lib folder contains files necessary to use jTable.

dev folder contains parts of library helpful for development of jTable.

See http://www.jtable.org for documentation, demos, themes and more...