My table is not empty I am entering valus as follows ::
tablo = new p5.Table();
tablo.addColumn(‘search_key’);
tablo.addColumn(‘counter’);
newRow = tablo.addRow();
newRow.setString('search_key', key_search + "\t");
newRow.setNum('counter', counter);