Hi,
thanks for your question.
There’s not really an “API” for this, but you could just use the relevant PHP functions directly, like
$table = TablePress::$controller->model_table->load( $table_id );
$table is then a multi-dimensional array with all table data, where $table['data'] is a two-dimensional array with the actual table content.
Regards,
Tobias
Tobias,
Thanks I will work with that and see what I come up with.
I am hoping to have it done over the next month.
James
Hi James,
sounds good. As your original plan was to visualize data, you might want to check out this thread: http://ww.wp.xz.cn/support/topic/graphing
That describes how a user connected a charting plugin to a TablePress table.
Best wishes,
Tobias
Awesome I will check it out!
Hi,
no problem! I hope that it’s helpful!
Regards,
Tobias