8.8.7.8 Enabling Icon View in an Interactive Grid
Learn how to enable Icon View in an interactive grid.
Interactive grids support different views of data. By default, interactive grids display data in a Grid view. Developers can optionally display data as icons. Enabling Icon view adds an Icon button to the select view button group.
- About Icon View in an Interactive Grid
Learn about interactive grid Icon View. - Enabling Icon View in an Interactive Grid
Learn how to enable Icon View in an interactive grid. - Adding a Custom Icon View Link to an Interactive Grid
Learn how to add custom Icon View link in an interactive grid.
Parent topic: Managing Interactive Grid Attributes
8.8.7.8.1 About Icon View in an Interactive Grid
Learn about interactive grid Icon View.
Interactive grids support different views of data. Users can switch between these views by clicking the buttons in the select view button group. The following illustration shows an interactive grid with Icon view enabled and the Icon button selected. To enable Icon view, you must identify the columns used to identify the icon, the label, and the target (that is, the link).
Description of the illustration ig_icon_view.png
Viewing a Working Example of Icon View
To see a working example of this Icon view, install the sample application, Sample Interactive Grids and review Reporting, Icon and Detail Views .
Parent topic: Enabling Icon View in an Interactive Grid
8.8.7.8.2 Enabling Icon View in an Interactive Grid
Learn how to enable Icon View in an interactive grid.
An important requirement of icon view is that each item in the view must have the same width and height and the item content must not overflow. The width and height are set with CSS rules on elements with a class of a-IconList-item.
To add an Icon view to an interactive grid:
Parent topic: Enabling Icon View in an Interactive Grid
8.8.7.8.3 Adding a Custom Icon View Link to an Interactive Grid
Learn how to add custom Icon View link in an interactive grid.
A custom Icon View link provides greater flexibility in defining the content of the Icon View, including the ability to utilize more than one column.
To add custom Icon View link to an interactive grid:
Parent topic: Enabling Icon View in an Interactive Grid