method Table.prototype.renderRowsimport { Table } from "https://dotland.deno.dev/x/cliffy@v0.11.1/table.ts"; renderRows(opts: ICalc,rows: Row<Cell>[],_rowGroupIndex?: number,)Parametersopts: ICalcrows: Row<Cell>[]optional_rowGroupIndex: number = [UNSUPPORTED]