Skip to main content

TableView

WLJS
Execution environment
Notebook`Kernel`Inputs`
Context
TableView[table_List, opts___]

where table is a 2D list

Represents a ready-only table preview for an arbitrary 2D set of data. For editable tables, please see InputTable

Options

ImageSize

specifies the maximum width and hight or just width in pixels

TableHeadings

accepts a list of headings

Notes

It effectively transforms the data into Dataset

TODO

Developers notes

  • Allows dynamic updates