Overriding the CSS of header text in datatable

Hi Team,

Can I have a < div > and< span > with inline CSS in the header section of “data-table”.
like:

header:'<div> Title <span style="color:red">*</span></div> '.

As need to highlight the column “Title” as mandatory with “*” in red color.

Please share your views on this concern.

Thanks in advance.

Hello,

You can define HTML for header text as it is: https://webix.com/snippet/7699480a

Hello Helga,

Thanks a lot… It’s working … :slight_smile: