createTable
info
This API is only available in FigJam
Creates a new table.
Signature
createTable(numRows?: number, numColumns?: number): TableNode
Remarks
By default, a table has two rows and two columns, and is parented under figma.currentPage
.
This API is only available in FigJam
Creates a new table.
By default, a table has two rows and two columns, and is parented under figma.currentPage
.