8.8.8 Managing Interactive Grid Column Attributes
Edit column attributes to control the display, features, and behavior of interactive grid columns.
Note:
Some settings are configured at runtime by the report developer and saved as part of the primary or alternate report (for example, column display order, the columns the report is sorted on, and column widths. To learn more about save options, see Saving Interactive Grid Reports.
- Editing Common Grid Column Attributes
Edit columns attributes to change the column heading, determine how a column renders, specify if users can edit a column value, and control how users can manipulate a column. - Enabling Hide, Sort, Control Breaks, and Aggregates
Configure the attributes in the Enable Users To group to control whether end users can hide, sort, or use a column in control breaks and aggregates. - Defining a Column as a List of Values for Filtering
Define an interactive grid column as a list of values to improve the speed of built-in filter tools. - Creating a Column Link in an Interactive Grid
Use Column Attributes to create a link from a report to another page in your application or to a URL. - About Configuring Interactive Grids to Support Multi Select
Learn about configuring interactive grids must to support multi select.
See Also:
Parent topic: Managing Interactive Grids
8.8.8.1 Editing Common Grid Column Attributes
Edit columns attributes to change the column heading, determine how a column renders, specify if users can edit a column value, and control how users can manipulate a column.
To edit interactive grid Column attributes:
Parent topic: Managing Interactive Grid Column Attributes
8.8.8.2 Enabling Hide, Sort, Control Breaks, and Aggregates
Configure the attributes in the Enable Users To group to control whether end users can hide, sort, or use a column in control breaks and aggregates.
To enable hide, sort, control breaks, and aggregates:
Parent topic: Managing Interactive Grid Column Attributes
8.8.8.3 Defining a Column as a List of Values for Filtering
Define an interactive grid column as a list of values to improve the speed of built-in filter tools.
To define a report column as a list of values:
Parent topic: Managing Interactive Grid Column Attributes
8.8.8.4 Creating a Column Link in an Interactive Grid
Use Column Attributes to create a link from a report to another page in your application or to a URL.
To create a column link to another page:
Parent topic: Managing Interactive Grid Column Attributes
8.8.8.5 About Configuring Interactive Grids to Support Multi Select
Learn about configuring interactive grids must to support multi select.
Interactive grids must be configured to support multi select. When multi select is enabled, users can use arrow keys to move around an entire grid, use the Space key to select, or use Ctrl+Space to toggle selections.
To configure an interactive grid to support multi-select:
- Editable interactive grid - Configure the
APEX$ROW_SELECTOR
column which is automatically created for you when you make an interactive grid editable. Under Settings, set the Enable Multi Select attribute to Yes (the default). - Non-editable interactive grid - Use an advanced JavaScript configuration. To see an example, install the Sample Interactive Grids sample application, and see the Multiple Selection example under Reporting.