# refreshDataSource

### Parameters

1\. controlId - (optional) id of the control, that you want to reload. If this is empty, all controls with datasources are refreshed.

### Example Usages

```javascript
   brixxApi.refreshDataSource("myControlId"); //Refreshes just "myControlId"
```

```javascript
   brixxApi.refreshDataSource(); //Refreshes all Controls with a DataSource in the app
```
