3.2.0

How to resize fixed rowheader with the mouse?

Hi,

thanks for the great work!

I am using a fixed rowheader (with custom text in the row header), and I would like to be able to resize it with the mouse. The examples found in this forum show how to block resize:
var corner = obj.getCornerTemplate();
corner.getItemProperty = function(name){return this.getColumnProperty(name, 0)};
corner.getContent("div").setEvent("onmousedown", null);

but I would like to use the resize event to change the rowheader width with the new width.
Is there a way?

Many thanks,
frankie
February 1,

This topic is archived.

See also:


Back to support forum