1

There was a prop fixedRowCount available in the react-virtualized (MultiGrid component) repo, does it exist in the rewrite of virtualized, now called react-window?

Thanks!

David Casanellas
  • 815
  • 2
  • 11
  • 18

1 Answers1

1

this example will do the thing, change the flex direction to column. basically, add one row grid on top and then the table rows in another grid

https://codesandbox.io/s/2jvl09przn

David Casanellas
  • 815
  • 2
  • 11
  • 18