how to set row or cell tooltip ?
how to set row or cell tooltip ?
I found how to set column's tooltip.
// set column header tooltip
obj.setColumnProperty("tooltip", function(i){return "Tooltip for column " + i});
but I didn't find how to set row or cell 's tooltip.
//obj.setRowProperty("tooltip", function(i){return "tooltip"});
or
//obj.setDataProperty("tooltip", function(i){return "tooltip"});
or
// obj.defineDataProperty("tooltip", function(i){return "tooltip"});
can't work.
how to ? thanks.
I found how to set column's tooltip.
// set column header tooltip
obj.setColumnProperty("tooltip", function(i){return "Tooltip for column " + i});
but I didn't find how to set row or cell 's tooltip.
//obj.setRowProperty("tooltip", function(i){return "tooltip"});
or
//obj.setDataProperty("tooltip", function(i){return "tooltip"});
or
// obj.defineDataProperty("tooltip", function(i){return "tooltip"});
can't work.
how to ? thanks.
Creatxr
March 23,