Edit in GitHubLog an issue

Bookmarks component

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.

Options

OptionDescriptionTypeDefault 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
defaultIndex
The index of the default view.
String
default
activeIndex
The index of the current view.
String
default
viewsArray
The array of views.
Array
default

Source files

Extends uiCollection:

Examples

Integration

This is an example of how to integrate the Bookmarks component with the Listing component:

Copied to your clipboard
<listing>
...
<listingToolbar>
...
<bookmark name="bookmarks"/>
</listingToolbar>
...
</listing>

Result

Bookmarks Component example

  • Privacy
  • Terms of Use
  • Do not sell or share my personal information
  • AdChoices
Copyright © 2024 Adobe. All rights reserved.