JS Grid Tables

Basic Scenario

Grid with filtering, editing, inserting, deleting, sorting and paging. Data provided by controller.

Sorting Scenario

Sorting can be done not only with column header interaction, but also with sort method.

Batch Delete

Cell content of every column can be customized with itemTemplate, headerTemplate, filterTemplate and insertTemplate functions specified in field config. This example shows how to implement batch deleting with custom field for selecting items.