nodule methods setTables instead of importTables
This commit is contained in:
parent
f4c2bbce4c
commit
c3269fcfda
@ -52,7 +52,7 @@ Your data will be passed in as the rows property as an object. It is besed to pa
|
|||||||
|
|
||||||
asTable() // return the Nodule as an instance of a new Table
|
asTable() // return the Nodule as an instance of a new Table
|
||||||
|
|
||||||
importTables(new Table({
|
setTables(new Table({
|
||||||
id: 'XYZ',
|
id: 'XYZ',
|
||||||
label: 'Test Table',
|
label: 'Test Table',
|
||||||
rows: [{ id: 'abc', data: 'row' }]
|
rows: [{ id: 'abc', data: 'row' }]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user