HomeDocsExamplesGithub

NetMonitor

With JSON Data

Fixed Right Columns

Fluid column widths

Resizable columns

Reorderable columns

Jump to row

Jump to column

Touch scroll

Expanded rows

Hide Columns

Column Groups

Pagination

Client-side Filter

Client-side Sort

Responsive Resize

Custom Styling

Tooltips

Row Long Click

Data Context (Advanced)

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