This repository was archived by the owner on Apr 2, 2019. It is now read-only.
This repository was archived by the owner on Apr 2, 2019. It is now read-only.
Column resizes on editing #489
Closed
Description
If you look at the world population example on backgridjs.com, selecting the Population field results in the column getting larger whilst the editor is open. I think it would feel better if this didn't happen.
I've scoured the issues list, but can't seem to find an explicit reference to this. Looking at the code, I have a feeling there is some issue with putting an input field in a table and using size:auto.
Is the resizing a deliberate decision, or was it something that would be tough to resolve?