0

I'm using

"ag-grid-angular": "^19.0.0",
    "ag-grid-community": "^19.0.0",
    "ag-grid-enterprise": "^19.0.0"

But in enterprise mode I have issues with tooltip styling: left side toolbar is without style

Without enterprise mode everything works good. I have next html:

<ag-grid-angular #agGrid  class="ag-theme-blue apartmentRep-grid"
                       [gridOptions]="gridOptions" [sideBar]="sideBar">
      </ag-grid-angular>

full ts file is here https://paste.ubuntu.com/p/zbt2ms4sG3/ Thanks

Community
  • 1
  • 1
zeitgeist
  • 43
  • 1
  • 1
  • 7

1 Answers1

1

Just import ag-grid-comunity styles to your styles.css

mondayguy
  • 973
  • 2
  • 12
  • 34