HomeDocsExamplesGithub

With JSON Data

Dynamic Row Heights

Fixed Right Columns

Fluid column widths

Resizable columns

Reorderable columns

Resizable and Reorderable Column Groups

Jump to row

Jump to column

Touch scroll

Expanded rows

Hide Columns

Column Groups

Pagination

Infinite Scroll

Client-side Filter

Client-side Sort

Responsive Resize

Custom Styling

Tooltips

Footer

Max Height

Owner Height

Row Long Click

Data Context (Advanced)

Fixed Rows

Auto Scroll

Example: Data Context (Advanced)

Example codeA table example using a data context to pass data to the cells. The table is paginated and filterable by first and last name.

NOTE React discourages using context. Prefer the other filtering and paging examples if possible. See React Context documentation