Hi,
the class ColumnConfig has the public function
/**
* Returns the column's tool tip.
*
* @return the tool tip
*/
public String getToolTip() {
return toolTip;
}
However, the toolTip is a private member variable which cannot be set anywhere.
Please add this in on of the next releases.
Thanks,
Donald
