ag-grid / ag-grid-vue-example

Example of using ag-Grid with Vue
134 stars 68 forks source link

bootstrap theme does not work #6

Closed lroal closed 4 years ago

lroal commented 6 years ago

I try to use the ag-theme-boostrap, but it does not seem to work. <ag-grid-vue style="width: 100%; height: 350px;" class="ag-theme-bootstrap"

lroal commented 6 years ago

image Sceenshot from the large dataset

seanlandsman commented 4 years ago

You're referencing the theme but probably not actually including it -

ie:

import "@ag-grid-community/all-modules/dist/styles/ag-grid.css"; import "@ag-grid-community/all-modules/dist/styles/ag-theme-bootstrap.css";