3.2.0

Which column's width has changed ?

obj.onColumnWidthChanged = function(value){...};
has one parameter which is the new width.
How do I know which column this is referred to ?
Shan
March 15,
I actually found the answer for that:

obj.onColumnWidthChanged = function(colWidth, colIndex){...};

... will get you the 2 values.
Shan
March 15,

This topic is archived.

See also:


Back to support forum