AG Grid Profile picture
JavaScript Data Grid: Angular, Vue, React (and plain old JS). Free Community Edition, Charts and Enterprise support. Charting and Data Table Visualization.
Dec 1, 2021 6 tweets 2 min read
Pagination seems such a simple feature.

Enable it with the grid property `pagination=true`

Easy. By default the page size is 100 records, but we can also make the page auto size so that each page shows rows that will fit without vertical scrolling.

Enable with the grid property `paginationAutoPageSize=true`
Nov 24, 2021 6 tweets 2 min read
ReactUI is our new rendering engine for AG Grid.

- 100% React.
- No wasted renders.
- Use normal React coding styles.
- Use React Dev Tools to debug and profile your implementation.

And...

#ReactJS #React Customising AG Grid with React has never been easier.

Write React Components to use as:

- Cell Renderers
- Cell Editors
- Custom Headers
- Tool Panels
- Status Panels
- Loading Overlays
- Tool Tips

And...