Hi, my WordPress database table is being updated every second and I want to show that same table data on the front-end in my WordPress website.
Is it possible to auto-refresh the table values in front, once the value changes in the database? If so kindly share the documentation on this.
And if there is another method to retrieve data and refresh automatically on the front-end please share? Basically, my data is getting fetched and updated on WP Database from CSV. So if there's a direct method for this process please guide me on this.
Unfortunately, there's no way to refresh the table automatically, when there's a change in the database table. The only thing you can do is configure the auto-refresh interval when you enable "Server-side Processing" above the table:
There, you can enter "10", for example, and the table will automatically refresh every 10 seconds.
Hi, my WordPress database table is being updated every second and I want to show that same table data on the front-end in my WordPress website.
Is it possible to auto-refresh the table values in front, once the value changes in the database? If so kindly share the documentation on this.
And if there is another method to retrieve data and refresh automatically on the front-end please share? Basically, my data is getting fetched and updated on WP Database from CSV. So if there's a direct method for this process please guide me on this.
Hello Dipesh
Thank you for your interest in our plugin.
Unfortunately, there's no way to refresh the table automatically, when there's a change in the database table. The only thing you can do is configure the auto-refresh interval when you enable "Server-side Processing" above the table:
There, you can enter "10", for example, and the table will automatically refresh every 10 seconds.
I hope that helps.
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
Will this "Server-side Processing" work if I sync it with Google Sheets?
Hello again Dipesh.
Unfortunately, no. Server-side tables are tables that exist in your database (manual, imported or MySQL query-based tables).
Tables that are in sync with Google sheets are only linked to them, so they aren't being stored in your database.
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