1. Is it possible to make different styling for each datatable and not just for all? For example to make the header background of the table with id=1 red and of another table with id=9 blue?
2. How can i style the css of the URL Button within a wp datatable?
thanks i got it know. I am working with WPBakery Page builder. Allocating a text field with a class name and refering to it in the css of that page with
Hi there,
again some styling questions.
1. Is it possible to make different styling for each datatable and not just for all? For example to make the header background of the table with id=1 red and of another table with id=9 blue?
2. How can i style the css of the URL Button within a wp datatable?
Regards,
Michael
Hi Michael,
Thank you for your purchase.
1. It is possible but you will need to enter the proper CSS code directly on the page where that tables are.
Just put the code between <style></style> tags.
2. The URL link button have the CSS class - link and you can combine that with this link from our documentation about styling the columns.
Hope this can help you out.
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 Bogdan,
ok i know that but what if i have multiple wpdatatables on one page? Then this method won't work right?
to 2nd)
Thanks i will try that out.
Regards,
Michael
HI Michael,
If you have multiple tables on one page all of the tables have their own ID so you can get the selector for the table by ID's of that tables.
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 Bogdan,
thanks i got it know. I am working with WPBakery Page builder. Allocating a text field with a class name and refering to it in the css of that page with
.testdisabledelete .DTTT_button_delete {display: none;}
didnt work.
But allocating the row to the css class did work.
Thanks & regards,
Michael