how to add tooltips(=value) for all the cells and headers?
For header of the inner datatable you need to iterate through columns and update tooltips. To add tooltips for newly created columns you need to attach onChange event.
For cells you need to use define({tooltips:true}).
in this demo, the background color should be blue(>10) https://snippet.webix.com/rbukp6zq
but the result is yellow, seems like the condition2 is replaced with condition3.Then the condition2 is gone.
Do I need to add conditions by order? or this is a bug?
2.And why doesn’t support ‘>=’ or ‘<=’ ,it is troublesome to add twice.
about add css for cells with array styles[] when init sheet;
1)in my demo, https://snippet.webix.com/uup1jer6
Cells has same styles(“blue;pink”) but one different style,
then I need to define two styles ss1 and ss2.
I wonder if there is another esay way to do this?
in this demo https://snippet.webix.com/p8z1xit1
I set a percentage,then export to excel the value is shown ‘325.69%’ it is right.
But I put this codes in my project as a react component,then export to excel the value is shown ‘3.26%’. Have you ever encountered this problem? thanks a lot.
by the way, versions:"@xbs/spreadsheet": “^6.3.3”, “@xbs/webix-pro”: “^6.3.3”,
Cells has same styles(“blue;pink”) but one different style, then I need to define two styles ss1 and ss2.
Yes, you need to define two styles.
But I put this codes in my project as a react component,then export to excel the value is shown ‘3.26%’. Have you ever encountered this problem? thanks a lot.
I inserted into this demo spreadsheet and everything seems to work fine. You can contact support@webix.com to get an example based on this demo.