jbaysolutions/vue-grid-layout

How to achieve "horizontal-compact"?

Open

#161 opened on Mar 8, 2018

View on GitHub
 (8 comments) (5 reactions) (0 assignees)JavaScript (6,777 stars) (1,436 forks)batch import
enhancementhelp wantedquestion

Description

I want to leave no gap in between any items, be it horizontal or vertical gap. There's a param for vertical-compact where I can take of the vertical gap. How to achieve the same thing for horizontal?

For example, for a grid with 4 columns, [1] should have snapped back next to [0] here:

Simple Grid

Contributor guide