I have a editor in which I want to make one of the cell colored grey .Is there any way I can do that ?
Thanks
I have a editor in which I want to make one of the cell colored grey .Is there any way I can do that ?
Thanks
What editor type are you speaking about?
Anyway, you need to extend the editor you want to use and provide a custom CSS class for it, which will help you modify rules for this particular editor.
Please, check the snippet http://webix.com/snippet/8906f498
Change color of each editable cell is one thing.
I have a datatable with many editable rows. How can I change the background-color of a cell which row has been changed?
Can I change some style of a specific cell in a selected row??
Thank you
may be this snippet could help you?
@Michael you can use the addCellCss() method:
Can you please tell how can I enable/disable a cell based on the changed in its adjacent cell?