Squiggle logoSquiggle
API

Table

The Table module allows you to make simple tables for displaying data.

make

Signatures
Table.make(List('A), {columns: List({fn: ('A) => any, name?: String})}) => Table
Examples

On this page