Hi,
Is it possible to have the function applied to cssFormat listen on other cell values. I want the cssformat to be depend on the values in a number of columns and not a single column.
Yep, cssFormat receives 4 parameters, including the full row object - so you can base logic on value from other columns
http://forum.webix.com/discussion/2839/cssformat-parameters/p1
Hi , Can the cssFormat against a column be assigned dynamically,
I keep getting undefined as the value for cssFormat when I try something like -
item[Col] → returns the string equivalent of a function that returns a css style.
col.cssFormat = item[col];
Check the following snippet, please: http://webix.com/snippet/dbf1ee1f
Is that you are trying to achieve? If not, please, provide the snippet of your code.
Ignore my question , I was doing things incorrectly.
cssFormat does get assigned dynamically.