Skip to content

Cell edit and validation

Compare
Choose a tag to compare
@mdwragg mdwragg released this 13 Feb 00:09
· 641 commits to master since this release
  • Now possible to set a column as 'editable' and allow the cell to be selected and the content edited.
  • Per-cell validation is now possible. As a cell is edited and the change accepted a (developer supplied) validation routine is executed, a cell will be marked as invalid if it fails the validation routine.