lv_table_set_cell_value_fmt() function
Set the value of a cell. Memory will be allocated to store the text by the table.
Syntax
void lv_table_set_cell_value_fmt(lv_obj_t * obj,
uint16_t row,
uint16_t col,
const char * fmt, ...);
Arguments
obj
pointer to a Table object
row
id of the row [0 .. row_cnt -1]
col
id of the column [0 .. col_cnt -1]
Notes
New roes/columns are added automatically if required