Execute¶
Runs a callback with the table as this and returns the same table.
myDataTable.Execute(callback: (this: DataTable) => void):DataTable (DataTable)
Parameters¶
(this: DataTable) => void callback
Callback executed with the table as this.
Returns¶
The current table.