refreshTable()
Last updated 12/09/2024
The
refreshTable()
is a function on the Five
object that refreshes any live queries associated to the table ID. It uses the table ID
to know what live queries to refresh.
Available
Client and Server
Function Signature
refreshTable(tableID: string) : void;
Parameter | Type | Description |
---|---|---|
tableID | string | Table ID for the table |