Hello I have a group of trading students and I want to develop my website where my students can complete the daily trading results and the data they provide fill in their own charts. When they log into the website, the first thing they see on their dashboard is their performance charts
i want to know if i can make it with the wpdataTable plugin
You can create charts only from existing tables. So, if you have a table for each user, or you have one table for all users, you can create a chart from it, and place it in the user's profile.
If you're using unique tables, you also need to create unique charts. They all have their shortcodes that you can add to the pages. If you're using one master table, it'd be best if you could enable Users see and edit only own data feature, or create SQL query based tables where you'd add a condition using one of our placeholders. For example:
SELECT * FROM masterTable WHERE user = %CURRENT_USER_LOGIN%
For this to work, your users need to be logged into WordPress.
Hello
I have a group of trading students and I want to develop my website where my students can complete the daily trading results and the data they provide fill in their own charts.
When they log into the website, the first thing they see on their dashboard is their performance charts
i want to know if i can make it with the wpdataTable plugin
thanks for the help
regards
Hello francisco
Thank you for your interest in our plugin.
You can create charts only from existing tables. So, if you have a table for each user, or you have one table for all users, you can create a chart from it, and place it in the user's profile.
If you're using unique tables, you also need to create unique charts. They all have their shortcodes that you can add to the pages. If you're using one master table, it'd be best if you could enable Users see and edit only own data feature, or create SQL query based tables where you'd add a condition using one of our placeholders. For example:
SELECT * FROM masterTable
WHERE user = %CURRENT_USER_LOGIN%
For this to work, your users need to be logged into WordPress.
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
Hi Aleksandar
thanks for the reply
Ok, i need a table for each user and a chart for this user's table
but, when the table and the chart is created, the user can add more information to this table? like an update info?
Hi again francisco
Sure, if you create a manual table, and enable editing, they would be able to edit the table, and add new data to it.
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
There's a way to test this function before paid the plugin?
Hello francisco
You can test all features of the plugin on our sandbox site.
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