Cannot able to change Background Color for a cell dynamically in Context menu

Background Color for a celll

I am trying to give option in context menu for changing color ,background .for Color it is working .but for background color not working .In context menu cannot able to open insert column left and right…

demo link : https://jsfiddle.net/sudhakarAyyar/muqax5w6/23/

Thank you for sharing the demo @sudhakar.a

I will test it and let you know my thoughts after the weekend.

HI @sudhakar.a

the styles are being overwritten. I would use classes instead.
Also please remember to add .handsontable class to the CSS reference, like

.handsontable .blue {
  background: blue
}

HI…
Thank You for the response.I update the demo link from some other source .Now background color,color in context menu working fine…but i have one more issue …if i am use collapsibleColumns ,i cannot able use insert above rows and insert below rows in context menu.any solution for that?please find the attached demo link .(In demo link i am using 10 to 14 as collapse columns).
demo link: https://jsfiddle.net/sudhakarAyyar/muqax5w6/29/

You’d need to create a custom method that will add rows via alter method.

Here is an example of a custom context menu add a background to a new single added row
You create an object of items.