Skip to content

A JQuery plugin to create AJAX based CRUD tables.

Notifications You must be signed in to change notification settings

volosoft/jtable

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Repository files navigation

What is msjTable

A screenshot of jTable

msjTable is a jQuery plugin (forked from jTable with more features added) used to create AJAX based CRUD tables without coding HTML or Javascript. It has several features including:

What features msjTable has that jTable doesn't ?

  • Record Preview features
  • Multi columns form for Create, Edit and Preview dialogs.
  • You can send any required fields to row-delete-request POST data (jTable only sends single key field)

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...