Bookmarks component
Overview
The Bookmarks component stores active and changed state of a grid implemented using Listing. It includes the state of filters, columns position, applied sorting, pagination, and so on.
Constructor: app/code/Magento/Ui/view/base/web/js/grid/controls/bookmarks/bookmarks.js
Configuration options
Extends all uiCollection configuration.
Bookmarks-specific configuration:
Option | Description | Type | Default Value |
---|---|---|---|
newViewLabel |
Default label for a new bookmark. | String | New View |
template |
Path to the component’s .html template. |
String | ui/grid/controls/bookmarks/bookmarks |
viewTmpl |
Path to the .html template used to render each bookmark in the list. |
String | ui/grid/controls/bookmarks/view |