How can I make the columns use auto-width in an ExtJS TreeGrid?
I am using ExtJS 3.3.1; and TreeGrid is a ux extended from TreePanel.
In ExtJS 4.2.1, the result can be achieved by using the "flex" attribute on the column headers.
Thanks to @Reimius for the clue.