import { Table } from "https://deno.land/x/wmill@v1.332.0/deps.ts";
Create a new table. If rows is a table, all rows and options of the table will be copied to the new table.
Parameters
rows: TableType<TRow>
An array of rows or a table instance.
import { Table } from "https://deno.land/x/wmill@v1.332.0/deps.ts";
Create a new table. If rows is a table, all rows and options of the table will be copied to the new table.
An array of rows or a table instance.