Search.../

refresh( )

Fetches the most current data and updates the table.

Syntax

function refresh(): void

refresh Parameters

This function does not take any parameters.

Returns

This function does not return anything.

Return Type:

void

Was this helpful?

Refresh a table

Copy Code
1$w("#myTable").refresh();