Closed daybrush closed 2 years ago
// 0 1 2 [3 4 5] 6 7 8 ig!.insertByGroupIndex(1, [3, 4, 5].map((child) => { return { groupKey: Math.floor(child / 3), key: child, html: `<div style="height: 10px;">${child}</div>`, }; }));
Description
Steps to check or reproduce