
Handsontable is a minimalistic approach to Excel-like table editor in HTML & jQuery.
- Type in any cell and see how the grid adds new rows and cols automatically.
- The legend feature, which makes the first row uneditable and have an green font
- You can define rules for autocompletition.
- You can drag it (drag-down) to repeat the values from the cell.
- Right click to see the context menu.
- Use the onChange callback to track changes made in the table.
- There is also the NEW onBeforeChange callback, which can be used to validate changes before they are applied to the table.