I wonder if is it possible to manage data from code before they are plotted into the chart .
I mean we have a table filled with customer orders for instance each row is an order : customer name, product ordered, paid ; and i want to plot a chart (stacked) that show me for each customer what kind of product they bought and the sum for each product . Is it possible to take to data from table , manage them and send to the chart ?
Hi Franco, Thank you for your interest in wpdatatables.
You can take a look in our documentation about Front-end callbacks and also about Actions and Filters which are defined in wpDataTables plugin for customization's by developers.
You can try our sandbox site: Front-end & Back-end - you can find a fully functional version there to try out all plugin features.
I wonder if is it possible to manage data from code before they are plotted into the chart .
I mean we have a table filled with customer orders for instance each row is an order : customer name, product ordered, paid ; and i want to plot a chart (stacked) that show me for each customer what kind of product they bought and the sum for each product . Is it possible to take to data from table , manage them and send to the chart ?
Hi Franco,
Thank you for your interest in wpdatatables.
You can take a look in our documentation about Front-end callbacks and also about Actions and Filters which are defined in wpDataTables plugin for customization's by developers.
You can try our sandbox site: Front-end & Back-end - you can find a fully functional version there to try out all plugin features.
Best regards.
Kind Regards,
Isidora Markovic
wpDataTables: FAQ | Facebook | Twitter | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Amelia demo sites | Docs
You can try our wpDataTables add-ons before purchase on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables
Thank you for reply
I read the documentation , can you suggest the right method to use for my problem ?
Hi Franco,
If I understand you right, you can Creating Editable Tables in WordPress where users can see and edit only their own data and then when you create the chart you can Follow table filtering in charts and like this in charts will be shown data only for that user.
In this case you don't need any customization with hooks.
Best regards.
Kind Regards,
Isidora Markovic
wpDataTables: FAQ | Facebook | Twitter | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Amelia demo sites | Docs
You can try our wpDataTables add-ons before purchase on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables