Class

TableCollection

TableCollection(txTableCollection)

Constructor

# new TableCollection(txTableCollection)

Wrapper für TXTextControl.TableCollection
Parameters:
Name Type Description
txTableCollection any

View Source TableCollection.js, line 8

Extends

Classes

TableCollection

Methods

# async add(rows, columns, idopt) → {Promise.<boolean>}

Adds a table at the current input position
Parameters:
Name Type Attributes Description
rows number
columns number
id number <optional>

View Source TableCollection.js, line 33

Promise.<boolean>

# async getItem(id) → {Promise.<(Table|null)>}

Gets the first table in the collection with the given id
Parameters:
Name Type Description
id number

View Source TableCollection.js, line 47

Promise.<(Table|null)>