bvaughn / react-window

React components for efficiently rendering large lists and tabular data
https://react-window.now.sh/
MIT License
15.48k stars 778 forks source link

Styling are not added properly in Table body #748

Open AmanDevUI opened 7 months ago

AmanDevUI commented 7 months ago

I'm working with react-window for create a custom component for the Table, List and For the Accordion. I made it but there is problem in Table, i'v virtualize only the rows of the table but the problem is that when i'm using the React-bootstrap table then the Styling is not taking place on the table rows. Have you any idea why the styling not taking place?