How to customize the dhtmlxLayout header style ?
How you want to customize the header ?
You may place html as the header text:
dhxLayout.cells(“a”).setText(“
header text here
”);
or redefine the css class:
table.dhtmlxLayoutPolyContainer_dhx_skyblue td.dhtmlxLayoutSinglePoly div.dhtmlxPolyInfoBar div.dhtmlxInfoBarLabel {}
Hi, I have a question. If I want to customize the style in the content of the cell? How can I do that?
Thanks!
Hi,
layout doesn’t apply styles to the cell content. Therefore, if you attach html container to the cell, you should set styles directly to this container.