-
-
Notifications
You must be signed in to change notification settings - Fork 818
Closed
Labels
Description
v1 had an internal _getItemStyle(row, col) method on the VariableSizeGrid ref that I used to great effect to implement a spreadsheet selection region. I am looking at v2 and do not see a similar method. would it be possible to expose a first-party (not _'ed) method to solve this use case?
for context, Virtua exposes handy ref methods here: https://github.com/inokawa/virtua/blob/main/src/react/VGrid.tsx#L143-L154
Reactions are currently unavailable