Management Toolbar
Management toolbar is an extension of Toolbar. It is a combination of different components, including filters, orders, search, visualization select, and other actions that let users manage a dataset.
install | yarn add @clayui/management-toolbar |
---|---|
version | 3.111.0 |
Deprecated3.111.0View in LexiconCHANGELOG
ManagementToolbar
Property | Description |
---|---|
active boolean | Flag that identifies when to show the active state of the component. The default value is false |
ItemList
Property | Description |
---|---|
expand boolean | Flag to indicate the Management Toolbar Item List should fit the width of the parent container. |
Item
Extends from React.HTMLAttributes<HTMLLIElement>
ResultsBar
Extends from React.HTMLAttributes<HTMLElement>
ResultsBar.Item
Property | Description |
---|---|
expand boolean | Flag to indicate the Management Toolbar Results Bar Item should fit the width of the parent container. The default value is false |
Search
Property | Description |
---|---|
onlySearch boolean | Flag to indicate when there is only the search element within a Management Toolbar. |
showMobile boolean | Flag to control search visibility in mobile view. |