Unfortunately server side processing tables will display, like you said 10 rows so It is not possible to display all entries in the chart if the table is server side.
One suggestion is to display all the entries of the table in the page and other suggestion is to make table that is not server side so the chart will render all of the entries.
Please provide me a temporary WP-admin login for your site where this happens, so we could log in and take a look ‘from the inside’ as that’s the most efficient way to see and resolve the issue. We do not interfere with any data or anything else except for the plugin (in case that’s a production version of the site), and of course we do not provide login data to third party. You can write credentials here just check Private Reply so nobody can see them except us.
Also point me to the table ID and chart ID so I can take a look and investigate.
Hello!
In an old version it was like:
- when you enable server-side processing, charts were based on shown items (e.g., 10 rows)
- when you disable server-side processing, charts were based on entere loaded table.(e.g., 2500 rows)
In the new version, charts are based on shown items in any way.
Question: How do I make charts based on entire loaded table (i.e., on 2500 rows, even if only 10 of 2500 rows are shown)?
Hi leolonya,
Thank you for your purchase.
Unfortunately server side processing tables will display, like you said 10 rows so It is not possible to display all entries in the chart if the table is server side.
One suggestion is to display all the entries of the table in the page and other suggestion is to make table that is not server side so the chart will render all of the entries.
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
The problem is, as I described, that for a table without server-side processing in the charts still only visible part of the table is seen
Hi leolonya,
Please provide me a temporary WP-admin login for your site where this happens, so we could log in and take a look ‘from the inside’ as that’s the most efficient way to see and resolve the issue. We do not interfere with any data or anything else except for the plugin (in case that’s a production version of the site), and of course we do not provide login data to third party. You can write credentials here just check Private Reply so nobody can see them except us.
Also point me to the table ID and chart ID so I can take a look and investigate.
Thank you.
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
Hi leolonya
The issue is that you passed the VAR in the table shortcode and that is why charts just renders what is in the table.
[wpdatatable id=11 Var1='C']
If you take a look at this page you will see that the all charts are displaying all of the entries from the table.
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