simple-grid: The Demo.

simple-grid is an editable table for AngularJS in the form of a directive.

Example Usage

Configuration

{{pretty(gridConfig.options)}}

Resulting Grid Modified? {{ gridForm.$pristine ? 'No' : 'Yes' }}

Page: {{ gridConfig.options.pageNum + 1 }}

Data (updates automatically)

{{pretty(data)}}

Changing the configuration dynamically

Change settings below, see how the affect the example grid above:

Columns