@finos/perspective
Preparing search index...
dist/esm/perspective.node.js
table
Function table
table
(
init_data
:
|
string
|
ArrayBuffer
|
Record
<
string
,
any
>
|
Record
<
string
,
unknown
>
[]
,
options
?:
TableInitOptions
,
)
:
Promise
<
Table
>
Create a table from the global Perspective instance.
Parameters
init_data
:
string
|
ArrayBuffer
|
Record
<
string
,
any
>
|
Record
<
string
,
unknown
>
[]
Optional
options
:
TableInitOptions
Returns
Promise
<
Table
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@finos/perspective
Loading...
Create a table from the global Perspective instance.