Hi,
thanks for your question, and sorry for the trouble.
First of all, please do not use WP-Table Reloaded anymore, but switch to its successor TablePress, see http://tobias.baethge.com/2013/01/tablepress-replaces-wp-table-reloaded/
WP-Table Reloaded stores tables as serialized strings in the wp_options table. TablePress stores the tables as JSON encoded arrays in the wp_posts table (with a Custom Post Type).
Regards,
Tobias
Hi,
Actually, I need to use data of this table on another page for some specific purpose. So can I fetch the whole information directly from the database as a fresh data.
If yes, then please guide me that how can i do.
Hi,
I would not really advise doing that. TablePress (and the old WP-Table Reloaded) are not database management systems, but only allow you to easily display tabular data.
For TablePress, this Extension might be helpful: http://tablepress.org/extensions/table-cell-shortcode/
Regards,
Tobias