I need to upload everyday a new table, but with the same columns and same colors, how can a style can be done and placed in all of my tables, because is just not funcional to edit everyday the same thing, since you don´t update tables, must be a way to have same columns set and only change content, how can be this done?
Or can I import tablas with color and the plugin can detect them? or in html?
You can apply the style for your columns and table by going to wpdatatable settings page and click on Color and Font settings tab. ( attachment )
You can also find some more information about that in our documentation.
About the same column set: As I understand you want to have same columns for all of your tables. Correct me if I am wrong.
If that is the case, if you are uploading the file ( using Add from data source option and I assume that file will have the same column names ) when you upload it you will have the same columns every time.
Ok now I can see. If your all tables have the same name of columns this can be done with some CSS inserting in the Custom CSS field in wpdatatables settings page.
If not maybe the best option is to change the color directly when you create table and choose the column colour from the column settings. Otherwise it is not possible.
You will need to get the selector of the desired column and then use that selector when making the code in CSS. But in your case ( because I can see that you have a lot of columns) my suggestion is to change the color directly for each table in the column settings like you did with the table in the link below to avoid any issues if the code is not right.
I need to upload everyday a new table, but with the same columns and same colors, how can a style can be done and placed in all of my tables, because is just not funcional to edit everyday the same thing, since you don´t update tables, must be a way to have same columns set and only change content, how can be this done?
Or can I import tablas with color and the plugin can detect them? or in html?
Thanks!
Hi tumateix,
Thank you for your purchase.
You can apply the style for your columns and table by going to wpdatatable settings page and click on Color and Font settings tab. ( attachment )
You can also find some more information about that in our documentation.
About the same column set:
As I understand you want to have same columns for all of your tables. Correct me if I am wrong.
If that is the case, if you are uploading the file ( using Add from data source option and I assume that file will have the same column names ) when you upload it you will have the same columns every time.
Hope this can help.
Best regards.
Kind Regards,
Miloš Jovanović
[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
What I meant is not all columns, or all rows, just specific ones, this is where the list is:
http://www.tumateix.com/miprogol/listas/
You can see how we have several columns with different colors, how can this style be set, so any table I upload has those columns in those colors?
Thanks!
Hi tumateix,
Ok now I can see.
If your all tables have the same name of columns this can be done with some CSS inserting in the Custom CSS field in wpdatatables settings page.
If not maybe the best option is to change the color directly when you create table and choose the column colour from the column settings.
Otherwise it is not possible.
Best regards.
Kind Regards,
Miloš Jovanović
[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
How do it insert the CSS inserting in the Custom CSS, how are the styles called, which are the code to change columns column, to identify each one?
HI tumateix,
You will need to get the selector of the desired column and then use that selector when making the code in CSS.
But in your case ( because I can see that you have a lot of columns) my suggestion is to change the color directly for each table in the column settings like you did with the table in the link below to avoid any issues if the code is not right.
Best regards.
Kind Regards,
Miloš Jovanović
[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