katoid / angular-grid-layout

Responsive grid with draggable and resizable items for Angular applications.
https://katoid.github.io/angular-grid-layout
MIT License
462 stars 61 forks source link

Request: Static column widths #76

Open NateRadebaugh opened 1 year ago

NateRadebaugh commented 1 year ago

There is a rowHeight which is respected.

There should also be a columnWidth which is respected as well. I'd like to have a grid not be free-form/relative column widths but instead should use absolute widths. Eg a grid item can be 1x1 or 1x2 and keep its aspect ratio.

Is this possible today or would I need to fork this solution?

llorenspujol commented 1 year ago

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 feature, and after that you can make a PR. I can help you in the process if there are some doubts on how integrate it.