Specifying a different itemHeight per item/group?
See original GitHub issueWe have a GroupedVirtuoso list with known item heights. But each item and group header has a different height.
Is it possible to achieve this using the itemHeight prop ? Like passing a function instead of a number, function that would take a group index or an item index and would return an itemHeight.
something like
<GroupedVirtuoso
itemHeight={(itemIndex) => number}
groupHeight={(groupIndex) => number}
/>
BTW. I cannot use the auto sizer feature, because most of my items have negative margins for imbrication/overlapping.
Thx
Issue Analytics
- State:
- Created 4 years ago
- Comments:10 (5 by maintainers)
Top Results From Across the Web
Change the height of v-list-item in v-list-item-group
1 Answer 1. Sorted by: Reset to default. Highest score (default) ...
Read more >ItemGroup Element (MSBuild) - Microsoft Learn
Contains a set of user-defined Item elements. Every item used in an MSBuild project must be specified as a child of an ItemGroup...
Read more >v-list-item-group with v-virtual-scroll - CodePen
Insecure Resource. The resource you are linking to is using the 'http' protocol, which may not work when the browser is using https....
Read more >List of Object as DataSource, One item per page in Reporting
Generally the reports are paged based on the item/group KeepTogether property, section PageBreak property and the rendered item height/width. In ...
Read more >The basics of items - monday.com Support
You can add a new item to the bottom of a group by clicking into into ... To do so, click on the...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

@Ethorsen I found the culprit. I will look into a few other issues and release an update during the weekend.
Yes, working nicely and as expected since 12.6. Thx a lot