Sencha GXT3 - Grid Column Header: Doubleclick handler between two column headers

I have the following problem:

The client wants Excel to look like a behavior in a table. When you double-click the space between the column headings, the column should be the size of the largest text within that column.

Question: Is there a built-in GXT function to add a handler to the space between two column headings? I have not found. e.g. looking at the grid documentation ...

Additional information: GXT: 3.0.1 GWT: 2.5.1

Many thanks!

+3


source to share


1 answer


No, it looks like GXT does not provide action handlers for column delimiters. A possible solution would be to select in a column. There is an article here: http://greatlogic.com/2014/06/02/autofit-column-width-in-a-gxt-grid/



0


source







All Articles