Llorenç Pujol Ferriol
Llorenç Pujol Ferriol
@Duckelekuuk This fix will be published alongside the Angular Grid Layout update to Angular version 16 https://github.com/katoid/angular-grid-layout/issues/101#issuecomment-1962622220
Hi @pedromdev! I would suggest that you simply push commits to your fork. I think it's easier for both parts. I can include a link to your fork in the...
Hi @mr-samani ! This feature is not currently built into the grid. However, it would be nice to implement it one day, since is an easy feature that many people...
Hi @skutam ! 👋 (sorry for my late reply 🙏 ) Thanks for proposing a feature like this 🚀! This feature is awesome and needed; many have requested it over...
Hi @AbelRudy! This is how Angular works; we can't do anything about it. Having said that, there are workarounds. Recently, this issue was resolved: [GitHub Issue](https://github.com/katoid/angular-grid-layout/issues/86). That essentially provides a...
Could you please provide an example, video, or GIF demonstrating the bug? It seems to be the same issue discussed [here](https://github.com/katoid/angular-grid-layout/issues/75)
It seems a respected proposal having a `columnWidth`. I don't see why it should not be integrated in the current solution. I would suggest you fork it, implement the `columnWidth`...
> When 'Compact type none' is selected, and we move one piece across others, they move out of the way. However, when they no longer block the moving piece, they...
Hi @leaporush ! We should implement all other resize options, something like: ```typescript // Defines which resize handles should be rendered // Allows for any combination of: // 's' -...
@MussaratAziz I created a channel called 'resize-handles' on Discord and provided a brief explanation of how the resizing is currently implemented, as well as which parts need to be changed