How to modify a cell with Php
-
Hi,
I use
$table_id=29;
$table = TablePress::$model_table->load( $table_id );
to get a specific table and I wish to modify a cell (line 0 and col 0 …for example)
So, I suppose I’ve to write something like that:
$table[‘data’][0][0]=’xxxx’;
…the question is: how can I update TablePress ?Thanks
Thierry
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘How to modify a cell with Php’ is closed to new replies.