Hi,
Is it possible to generate something like this (the screenshot is from an excel file) in DHTMLX Grid?
Thx in advance! ![]()
Hi,
Is it possible to generate something like this (the screenshot is from an excel file) in DHTMLX Grid?
Thx in advance! ![]()
You may set the background color for the cell in the grid right in your generated dataset or using the setCellTextStyle() method.
Here is the simple example:
http://snippet.dhtmlx.com/5da7d2e78
Also you may change the color of the column using the setColumnColor() method.
Here you can find a detailed tutorial about the grid elements styling:
https://docs.dhtmlx.com/grid__styling.html
But multiple colors for a cell wonβt be possible, I presume?
Unfortunately it is not available to set several colors to a single cell at once.