Overview
TagsTable is a React component that displays all tags created by an entity and allows renaming and deleting these tags.
Permissions
To access this component, the entity user must haveread permissions for the tag object. For more information, see List of permissions.
Preview

Usage
Use theTagstable component in your application as shown:
React.js
Props
The following table shows allTagstable component properties, their types, and descriptions:
| Prop | Type | Description |
|---|---|---|
onChangeSort | function | This callback is called when the current sorting order for any column is changed. It returns the newly sorted field and order. |
onChangeSort takes one argument whose value is an object with the following fields:
sort- the field name of column whose sort order was changed. For example,policy_name.order- the new sort order, eitherascordesc