Grid gap feature #43
-
Great work with this library! I'm looking forward to the grid gap feature. Do you have an expected implementation date and a possible (css) work around in the mean time? I would like to have a 5px gap between the grid items. Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
Thanks! 😄 It is on the roadmap and it is not a difficult issue to pull of, though I don't know exactly when it would be implemented, since there haven't been much demand since now:). In the meantime, you can set a padding of 2.5px on each grid item, with that, you will gain a gap of 5px. The counter part is that those 2.5 pixels would be added also on the corners of the grid, but is not big issue. .ktd-grid-item {
padding: 2.5px;
box-sizing: border-box;
} |
Beta Was this translation helpful? Give feedback.
-
Hi, i saw this great library and it has my preference above gridster. Amazing work! So we would like to use it in our project but have 2 issues. One is being solved at the moment (support of gap). The other is that our project is angular v13. So the question would be: Will the next release that supports gaps also run on angular v13? Forks are due to the company policies not an option. |
Beta Was this translation helpful? Give feedback.
-
Grid gap feature is solved and available since the version 2.0.0 of angular-grid-layout (with Angular v14): #60 |
Beta Was this translation helpful? Give feedback.
Grid gap feature is solved and available since the version 2.0.0 of angular-grid-layout (with Angular v14): #60