JavaScript Data Grid API Reference
Overview
Programmable API for Customization
Add the customization functions detailed in the pages below just BEFORE you initialize the data grid.
Loading Data
- Load data from an in-memory array or load it from an api
Set Grid Styles
- Set theme colors, alternate row background color, hide row numbers, pass column symbols for numeric columns, and more
Performance Gains
- Maximize virtual scroll performance
Disable Editing
- Guard against cell edits for unauthorized users
Styling Integrated Charts *
- Give charts indicators specific colors for given values
Apply Pagination *
- Paginate data in-memory or implement server-side pagination options
Custom Sort by Column *
- Override the default sort for a column
Initialize
- Finally initialize the grid component after you're done setting customizations
- * Enterprise Only