How to change background color cell dynamically,
example :
First Header Data
row = 0; col:0
Second Header Data
row = 3; col:0
and the background color header data is green;
if the first header data have data, so the second header data change to row = 4,
how to make second header data always have background color green.
i am using handsontable with save and load,
and my data from 2 tables in database, so
i create 2 header
example
Header 1 -> Row : 0,
Data for header 1 -> Row 1,2,3 (In a datetime),
So, Header 2 -> Row :5,
and i set for header background color : green,
and sometime, i load for diffrent datetime,
and count data of for header 1 is changed,
how to set header 2 background color still green.
Thanks…
I hope you can solve my problem.