KX Dashboards Wrap text inside a datagrid

https://learninghub.kx.com/forums/topic/kx-dashboards-wrap-text-inside-a-datagrid

I have a datagrid in my dashboard that has large bodies of text with overflows the cell. Its visible using a tooltip but not an ideal solution. 

Is it possible to wrap text within a datagrid either by some existing feature or some advanced CSS? Alternatively if not possible, can I build a custom HTML table with buttons to trigger a popup?


try this column template:

{{thisValue}}

Thanks Ivan, this is almost what I'm after but this only wraps the text inside the current cell. Is there a way to resize the row height to account for the text size and length?

To optimize datagrid's performance, the cell height is static.

You can modify it via "Style > Row Height" property - this will make each row bigger (or smaller).

To change the text rendering behavior for multiple cells, use "Style > Advanced CSS" (copy the style from the template above).

Thanks Ivan, this works perfectly. Didn't realize you could resize the row height within the style template.