:: Documentation >> Reference >>

tooltip Property Array

Allows to specify the tooltips text for the column headers.

Syntax

var value = obj.getColumnProperty("tooltip", index);
var array = obj.getColumnProperty("tooltips");

or

obj.setColumnProperty("tooltip", value, index);
obj.setColumnProperty("tooltips", array);

See Also

definePropertyArray Method

Applies To

column Model