Basics

Formatting

Context menu

Drag n Drop

Spreadsheet

Tabs

Export (csv, html, pdf, xlsx )

RTL Layout

Layouts

Rows

Paging

Big data

Columns

Cells

Inline editing

Row Grouping

Pivot

Sorting

Filter

Selections

Nesting / Row details

Tree grid

Charts

Angular

React React

Vue Vue

Knockout

;
Knockoutjs templates and data binding can be used in grid cells by defining the template property of columns in colModel.

pqGrid compiles the templates and adds binding context to each of them with following properties:

  • rd reference to the rowData of current row.
  • ri rowIndx of current row which is similar to $index in foreach binding.