Styling
Goals
- Learn how to style AG Grid
- Learn how to style cells
- Learn how to style rows
- Learn how to customize themes
Styling AG Grid
- AG Grid has several prebuilt themes
- Themes are customizable
- Override global CSS styles
- Custom styling of cells
- Custom styling of rows
When overriding global CSS styles, be aware not to change: position
, overflow
, or pointer-events
.