-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Labels
Description
Ideally, this option would be able to make itemHeight
be treated as a static height for only off-screen items, with items in the viewport being rendered with their normal dynamic heights.
Alternatively, itemHeight
could be expanded to accept number|(item: any) => number
and/or each item could optionally include a property (something like odVirtualScrollHeight
) that would override the default itemHeight
for that particular item.
JoshBoehm and tolemac