Fork me on GitHub

Handsontable

Handsontable is a minimalistic approach to Excel-like table editor in HTML & jQuery
< back to main

Pre-populate new rows from template

Below example shows how Legend match function can be used to present the template values for empty rows.

When any cell in the empty row is edited, the onChange callback fills the row with the template values.

Callback console: [[row, col, oldValue, newValue], ...]

Edit the above grid to see callback

About

This is advanced usage example of Handsontable. Check out the main page for more demos.