Azure Tables¶
Azure tables are displayed in a details list with configured columns.
Configuration¶
To display entities from an Azure Tables the webpart requires the following configuration:
| Property | Description |
|---|---|
| Storage URI | The URI of the table in the storage account. Do not include the name of the table. |
| SAS Token | The shared access token used for granting shared access to the table. This can be configured at the storage account or for the individual table. |
| Table Name | The table to be used to display entities. Disabled until the Storage URI and SAS Token are configured to list the tables in the storage account. |
Display¶
Table items are displayed by configuring the columns in the column mappings control in the property pane.
See Column Mappings
Users can refresh the current data using the refresh button above the details list.
Display Settings¶
Display settings controls enable different interaction with table entities for the user.
Some controls are based on the permission for the SAS token, ensure you have configured the correct permissions for enabling edit, creating and deleting.
| Property | Description |
|---|---|
| Disable Edit | When disabled users can edit a table item using the edit icon on each row. A panel will open with the configured columns data for the user to edit. |
| Disable Create | When disabled users can add a table item using the Add Entity button above the details list. A panel will open with the configured columns data for the user to add a table item. |
| Disable Delete | When disabled a delete icon will display in each row allowing users to delete the table item. |
| Hide Search Box | When disabled the user will be able to search for table items using the selected columns. |
| Columns to Search | Select the columns to be used when searching. When a user searches for a value this must be an exact match to the entered value. |