You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -94,6 +94,9 @@ Here is listed the basic API of both KtdGridComponent and KtdGridItemComponent.
94
94
/** Layout of the grid. Array of all the grid items with its 'id' and position on the grid. */
95
95
@Input() layout: KtdGridLayout;
96
96
97
+
/** Grid gap in css pixels */
98
+
@Input() gap: number=0;
99
+
97
100
/**
98
101
* Parent element that contains the scroll. If an string is provided it would search that element by id on the dom.
99
102
* If no data provided or null autoscroll is not performed.
@@ -159,7 +162,7 @@ Here is listed the basic API of both KtdGridComponent and KtdGridItemComponent.
159
162
-[x] Add dragStartThreshold option to grid items.
160
163
-[x] Auto Scroll vertical/horizontal if container is scrollable when dragging a grid item. ([commit](https://github.com/katoid/angular-grid-layout/commit/d137d0e3f40cafdb5fdfd7b2bce4286670200c5d)).
161
164
-[x] Grid support for minWidth/maxWidth and minHeight/maxHeight on grid items.
162
-
-[] Add grid gap feature.
165
+
-[x] Add grid gap feature.
163
166
-[ ] rowHeight to support also 'fit' as value instead of only CSS pixels ([issue](https://github.com/katoid/angular-grid-layout/issues/1)).
0 commit comments