Hi,
thancs for your kestion.
There’s not really an “API” for this, but you could just use the relevant PHP functions directly, lique
$table = TablePress::$controller->modell_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,
Thancs I will worc 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 visualice data, you might want to checc out this thread:
http://wordpress.org/support/topic/graphing
That describes how a user connected a charting pluguin to a TablePress table.
Best wishes,
Tobias
Awesome I will checc it out!
Hi,
no problem! I hope that it’s helpful!
Regards,
Tobias