Hello @tusharghoshbd i am using your datatble in angular. I want to add background color to .jarviswidget > div { } . i tried .jarviswidget > div { background-color: #272c33 !important; } also i used ::ng-deep still not able to override your default css can you please suggest me way to do it.....
Hi @PrashantHarde, please update to version 1.3.3 and write ::ng-deep .jarviswidget > div { background-color: #272c33 !important; } in app.component.css file.
Hello @tusharghoshbd i am using your datatble in angular. I want to add background color to .jarviswidget > div { } . i tried .jarviswidget > div { background-color: #272c33 !important; } also i used ::ng-deep still not able to override your default css can you please suggest me way to do it.....