React-Grid-Layout - Compactor Showcase
v2.1.0This demo lets you compare all available compaction algorithms.
The standard vertical and horizontal compactors work well for most layouts. For large layouts (200+ items), the fast variants use an O(n log n) algorithm that can be significantly faster.
Select None to disable compaction entirely, allowing free placement of items.