Thread Starter
blsn
(@blsn)
Hi,
Any response on my question above would be appreciated…
i.e.
Is it possible to edit/synchronize the same table from both admin (back-end) and PHP code.
$table['data'] = array(
array( "1", "2", "3" ),
array( "4", "5", "6" )
);
Thread Starter
blsn
(@blsn)
Thank you for your reply.
I created an empty table in the admin back-end and I managed to populate the table using $table['data'].
I am using the tablepress_table_render_data filter hook to show the table on the page.
How can I also edit the table through the admin back-end and show the results on the front page?