You need to sign in to do that
Don't have an account?

How to remove unwanted css classes from loaded scripts as a static resource in lightning components
I have Used jQuery DataTable Plugin In Salesforce Lightning Component . Now i want to remove unwanted css clases from the loaded scripts.
So any one help me on this. Thanks in advance...

I Want to remove the highlighted css classes from the loaded scripts.
================================================================
Code Snippet:
.This .dataTables_length {
color: white!important;
}

But in select option also i am getting white color, due to that i am unable to see the size of the paze like 10, 25, 50, 100. So i want to give another background color for select option only.This is all because of my page background color is black but it is mandatory.
Thanks
Venkat
So any one help me on this. Thanks in advance...
I Want to remove the highlighted css classes from the loaded scripts.
================================================================
Code Snippet:
.This .dataTables_length {
color: white!important;
}
But in select option also i am getting white color, due to that i am unable to see the size of the paze like 10, 25, 50, 100. So i want to give another background color for select option only.This is all because of my page background color is black but it is mandatory.
Thanks
Venkat
Thanks hope it will helps you
sfdcMonkey.com
All Answers
pls try below code
Thanks hope it will helps you
sfdcMonkey.com