ngHandsontable is the AngularJS version of the Handsontable data grid
This demo page shows usage usage examples. All features of Handsontable are supported.
The main directive for ngHandsontable is hot-table
You can put all your settings in settings="{colHeaders: colHeaders,
attribute
or in separated attributes, e.g.
contextMenu: true }"minSpareRows="minSpareRows"
, rowHeaders="false"
.
This example uses a dynamic columns
configuration that changes every 3 seconds!
It is bound to the same data source as the first instance on this page.
The below input
field is bound to the address
property of the first data row.