refreshComponentData
Updated jGalland 2024-04-02 Requires core 4.2.14+
Refreshes a component's data. This function has been setup with sc-datatables and sc-roster. It is used to refresh the filtered data applied to the component. A document may have been added to the system and the component should reflect this.
(client-side function)
Syntax
ft3.refreshComponentData( field-name )
Part | Description |
---|---|
field-name | the name of the component whose data is to be reset |
Applies to
The refreshComponentData function applies to:
- sc-datatables
- sc-roster
Example
ft3.refreshComponentData('exampleRoster');