Request: Static column widths
NateRadebaugh opened this issue · 1 comments
NateRadebaugh commented
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
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.