79616162

Date: 2025-05-11 04:32:03
Score: 0.5
Natty:
Report link

With version 33 of ag grid i had to pass theme api directly to the component and remove css imports.

import { themeAlpine } from 'ag-grid-community';

<AgGridReact
    theme={myTheme}
    ...
/>
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: rajatgalav