vue-virtual-scroller
vue-virtual-scroller copied to clipboard
Multiple items per rows
TODO: Investigate technical solution and performance impact.
You can create chunks for your list ex: [1, 2, 3, 4, 5, 6, 7].chunk(3) // in lodash library ) // [[1, 2, 3], [4, 5, 6], [7]] Now you will get [1,2,3] in one item and can loop this in one item row.
You can create chunks for your list ex: [1, 2, 3, 4, 5, 6, 7].chunk(3) // in lodash library ) // [[1, 2, 3], [4, 5, 6], [7]] Now you will get [1,2,3] in one item and can loop this in one item row.
key-field failed.
Implemented with the gridItems and itemSecondarySize props