Philistino

Results 3 comments of Philistino

See here: https://tanstack.com/table/v8/docs/guide/column-sizing You have to use inline styles on your column header. ``` style={{ width: `${header.getSize()}px` }} ```

I was working on a table implemention with multi-select and I encountered the same problem after already implementing multi-select. My version fixes two scroll issues: the one mentioned here, and...

Love the idea of virtualization here! I want to use this component as a facet filter for a data table and it is currently too slow with the number of...