I see the settings to change css classes, but I can't find anywhere on the documentation what the syntax is to do that.
For your showcase tables, is there a place we can see how those are set up or get a copy of the table to import into our backend to see how the styling is done?
An example I am trying to work on now is to change and bold a specific row that meets a conditional format trigger. I see how to change cell colors, but not the contents in the cell.
The CSS can be adjusted for existing classes (you can find by inspecting the page), or newly defined classes in the plugin.
Those newly defined classes can be set in column settings or via Conditional Formatting. You would simply add a custom class, like "customClass", and then define it in Custom CSS field in Custom JS and CSS tab. For example:
table.wpDataTable .customClass {
color: green !important;
width: 20% !important;
}
You can't import anything but the data, so there's no way you can import the tables from our showcase.
At the moment we only have one tutorial in our FAQ - the Cryptocurrency table:
I see the settings to change css classes, but I can't find anywhere on the documentation what the syntax is to do that.
For your showcase tables, is there a place we can see how those are set up or get a copy of the table to import into our backend to see how the styling is done?
An example I am trying to work on now is to change and bold a specific row that meets a conditional format trigger. I see how to change cell colors, but not the contents in the cell.
Hello Marco
Thank you for your purchase.
The CSS can be adjusted for existing classes (you can find by inspecting the page), or newly defined classes in the plugin.
Those newly defined classes can be set in column settings or via Conditional Formatting. You would simply add a custom class, like "customClass", and then define it in Custom CSS field in Custom JS and CSS tab. For example:
You can't import anything but the data, so there's no way you can import the tables from our showcase.
At the moment we only have one tutorial in our FAQ - the Cryptocurrency table:
https://wpdatatables.com/faqmd/how-to-create-the-cryptocurrencies-rank-table/
It should help you out with this.
Please note that custom work is not included in the provided support for the plugin, which only refers to advice.
Kind Regards,
Aleksandar Vuković
[email protected]
Rate my support
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