Currently, columns shows default tooltip of browser.
Do you mean tooltip as shown on toolbar icons to be replaced here?
Another solution could be to use like this:
Currently, this tooltip is displayed when the text is long and not completely displayed in space.
Let me know your requirement.
Hi Abu – example would be to provide additional explanation for the column. Ex. column title= \”IT\”, hover tooltip = \”Inventory type code for component\”
Ok, give me some time for demo and i’ll be updating back.
Hello,
This feature is now supported and you can have custom tooltip text for column headers.
You need to define tooltip property as well. Supported in latest build.
$col = array();
$col[“title”] = “Total”;
$col[“tooltip”] = “Total Number is here”;
….