ioium
Preparing search index...
index
table
Function table
table
<
T
>
(
columns
:
TableColumn
<
T
>
[]
,
options
?:
TableOptions
,
data
?:
T
[]
,
)
:
(
row
:
T
)
=>
void
Output a table, or prepare to output a table
Type Parameters
T
Parameters
columns
:
TableColumn
<
T
>
[]
options
:
TableOptions
= {}
data
:
T
[]
= []
Returns
(
row
:
T
)
=>
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
ioium
Loading...
Output a table, or prepare to output a table