Hi,
I found in manual template function wp_table_reloaded_print_table() to show some table (based on ID). But I would like to list on my page all tables (only their titles and description), or only latest 10 tables. Is it possible somehow?
I can probably pass ID as variable into wp_table_reloaded_print_table(), but some ID can be missing (deleted tables) and I am not sure how to get ID of the latest table? I tried to search through manual, but I was not successfull...
Thank you very much for your help...