Search code examples
extjsextjs3

ExtJS TreeGrid Auto Column Widths


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.


Solution

  • 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.