Only the old theme API of AG Grid is currently supported. The new theme API is not supported yet.
You can style your grid with a theme. AG Grid includes the following themes:
quartz
alpine
balham
material
The grid uses quartz
by default. To use any other theme, set it using the theme
prop, i.e. theme="alpine"
.