Type of a dataset row.
Type of the dynamic columns.
Exports the plain table to the given file (without advanced style).
the filepath
the file's open mode
Prints the table to the console.
clear the console before printing
Prints the plain (unstyled) table to the console.
Gets the table as plain string without any advanced styling. Can be used for example to write the table to a file or to paste it anywhere as text.
the plain table string
Gets the table as string. Can be used to print the table on the console.
the table string
Represent a dataset in tabular form. The columns are infered from the dataset's first item.