Comments eric started the conversationOctober 24, 2018 at 8:16amIs there a way to change the class of the header of a specific table ? 1,851Miloš repliedOctober 24, 2018 at 1:09pmHI eric,Thank you for your purchase.can you please explain me more or send me some example/link so I can take a look and give you my suggestion.As I understand you want to add some CSS class for some of the column?Best regards.Kind Regards, Miloš Jovanović[email protected] Rate my supportTry our FREE mapping plugin! MapSVG - easy Google maps, interactive SVG maps and floor plans, choropleth maps and much more - https://wordpress.org/plugins/mapsvg-lite-interactive-vector-maps/ wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community You can try wpDataTables add-ons before purchasing on these sandbox sites: Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables eric repliedOctober 24, 2018 at 1:36pmHinot to change part of the column but to control the table header [titles] via a css classi used this code and place it on the page level and it is working .wpDataTablesWrapper table.wpDataTable>thead>tr>th{ font-size : 22px !important; } 1,851Miloš repliedOctober 25, 2018 at 9:51amHi eric,Glad to hear that you found a solution.One hint if you want to add custom CSS classes, take a look at this topic from our documentation.Best regards.Kind Regards, Miloš Jovanović[email protected] Rate my supportTry our FREE mapping plugin! MapSVG - easy Google maps, interactive SVG maps and floor plans, choropleth maps and much more - https://wordpress.org/plugins/mapsvg-lite-interactive-vector-maps/ wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community You can try wpDataTables add-ons before purchasing on these sandbox sites: Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables Sign in to reply ...
Is there a way to change the class of the header of a specific table ?
HI eric,
Thank you for your purchase.
can you please explain me more or send me some example/link so I can take a look and give you my suggestion.
As I understand you want to add some CSS class for some of the column?
Best regards.
Kind Regards,
Miloš Jovanović
[email protected]
Rate my support
Try our FREE mapping plugin! MapSVG - easy Google maps, interactive SVG maps and floor plans, choropleth maps and much more - https://wordpress.org/plugins/mapsvg-lite-interactive-vector-maps/
wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community
You can try wpDataTables add-ons before purchasing on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables
Hi
not to change part of the column but to control the table header [titles] via a css class
i used this code and place it on the page level and it is working
.wpDataTablesWrapper table.wpDataTable>thead>tr>th{
font-size : 22px !important;
}
Hi eric,
Glad to hear that you found a solution.
One hint if you want to add custom CSS classes, take a look at this topic from our documentation.
Best regards.
Kind Regards,
Miloš Jovanović
[email protected]
Rate my support
Try our FREE mapping plugin! MapSVG - easy Google maps, interactive SVG maps and floor plans, choropleth maps and much more - https://wordpress.org/plugins/mapsvg-lite-interactive-vector-maps/
wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community
You can try wpDataTables add-ons before purchasing on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables