Premium support for our pure JavaScript UI components


Post by plugins-welcome »

Hi,

Is there a way to show an icon in the column header? If not, then can that be added? It would really benefit us.
Attached you will find an example of what we need.

Attachments
step-count.jpg
step-count.jpg (19.94 KiB) Viewed 191 times

Post by alex.l »

Hello, you can use HTML for panel title. So just use tags to put an icon.

All the best,
Alex


Post by Animal »

Looking closely at your screenshot, I infer that you might be talking about a TaskBoard column header and not a grid column header or a regular Panel header

The header of a TaskBoard column is currently created from the text field in the Column record, and it is a textNode, not HTML, so you will have to use a unicode string sequence in your data to get a symbol there.

There is not currently a way to put HTML there.


Post by Animal »

This is a ticket which should allow the text to be an HTML string or a DomSync object: https://github.com/bryntum/support/issues/5621


Post Reply