dynamically populate cell contect
-
I would like to use this plugin in a template file.
I’ve created a table, id=3. With column names.
I would like to populate the data on the table using php in the template file, pulling data from acf fields in a custom post type.
Is this possible using this plugin?I tried to find a starting point and used the following code but nothing appeared on the table.
$table_id = '3'; $table = TablePress::$model_table->load( $table_id ); $table['data'][0][0] = 'hello';What is the best way to do this?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘dynamically populate cell contect’ is closed to new replies.