looking for advice/insight into EditorGridPanel column widths | marki | 2010-08-31 13:11 |
Status: Closed | ||
I don't have great insight into this. In most use cases for the Ext grid the developer knows what columns are to be placed there and manually sets the width of the columns/grid in code. There is an xml metadata override for scale in columnInfo; I am not sure whether it would be picked up in your cases. The translation from scale to display width is min(scale * 6, 200) |
||