nodule methods setTables instead of importTables

This commit is contained in:
Joshua Shoemaker 2020-06-27 21:04:06 -05:00
parent f4c2bbce4c
commit c3269fcfda

View File

@ -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' }]