Elippsis not working on grid configuration
i have problem with long text and want the grid to trunc the view and give full string on tooltip. but when i set the overflow in grid configuration to elippsis, it still too long (making it double lilne) until the data trunc itself. and even then, the tooltips got same trunc as the grid itself. anyone can help the problem ?
this is the config.
"targets": 6,
"fieldName": "brand_name",
"title": "Brand Name",
"width": "200px",
"autoWidth": true,
"overflow": "tooltip",
"headerTextAlignment": "center",
"textAlignment": "center",
"hidden": false,
"inLayout": true,
"columnFormatter": {
"type": "string",
"format": "full",
"cellEditor": { // optional: defines cell-editing options for this column
"enabled": false // *{boolean} to indicate whether cell editing is enable for this column
}
}
}

