Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 682 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 682 Bytes

Editable cells for jQuery Datatables.

Small gist for editable cells for jQuery Datatables, without using a specialized Datatables plugin like Editor.

The table is connected to a mocked data server. Each editable cell state is tracked allowing to edit, update and cancel updates to server across pages.

Tables

Updates:

  • made editable cells to be clearable/revertable to the value before edit.(PR-2)
  • showing tooltip under input if input is invalid. (PR-5)