ghiscoding / slickgrid-react

Slickgrid-React is a wrapper of the lightning fast & customizable SlickGrid datagrid, it also includes multiple Styling Themes
https://ghiscoding.github.io/slickgrid-react/
Other
33 stars 12 forks source link

Guidance on Using slickgrid-react Without Bootstrap #379

Closed hwlv closed 3 months ago

hwlv commented 3 months ago

Describe the bug

I am using slickgrid-react in my project and have encountered an issue with Bootstrap's global styles causing unintended side effects on my project. As a result, I would like to know if there is a way to use slickgrid-react without relying on Bootstrap.

Reproduction

I am using slickgrid-react in my project and have encountered an issue with Bootstrap's global styles causing unintended side effects on my project. As a result, I would like to know if there is a way to use slickgrid-react without relying on Bootstrap.

Expectation

No response

Environment Info

slickgrid-react 5.4.0

Validations

ghiscoding commented 3 months ago

Of course you can use any UI Framework that you want, for example Slickgrid-Universal only uses Bulma. However you will have to choose a styling Theme, there are 3 (Bootstrap, Material or Salesforce). Note that the Bootstrap Theme is just a theme (a look alike) and doesn't necessarily need Bootstrap but if you use the Bootstrap Theme without installing Bootstrap then you might need to also import slick-without-bootstrap-min-styling, this extra is actually imported by the Material and Salesforce Themes but not by Bootstrap

Please don't open a new issue when it's just a question, consider asking questions on Stack Overflow or in the Discussion