I am using a angular-slickgrid = 2.30.2 ,Angular 10, i am using styles.css where i am loading the slickgrid theme through bootstrap .sass file. i have created a shared slickgrid component and using it in parent components wherever required.
- i want to change the slick grid header color based on a condition in my parent component. For e.g if my variable value is true then show slickgrid header blue else red, how can i do that?
- i want to add bottom border for every third row in grid for only one screen/component which is using slick grid, how can I implement that.
i am new to slickgrid , please guide.