Skip to main content

refreshTable()

Last updated 10/05/2023

The refreshTable() is a function that either notifies the UI that a change in the table has occurred or alternatively the current state in the UI has changed and the live queries will be re-evaluated. It takes the parameter of TableID to know what live queries to refresh.


Available
Client and Server


Function Signature
refreshTable(tableID: string) : void;


ParameterTypeDescription
TableIDstringTable ID for the table.

Examples

refreshTable()