Selectable Template Component in Oracle APEX 24.1

Описание к видео Selectable Template Component in Oracle APEX 24.1

Template Components including Avatar, Badge, Content Row, Button, Media List, Comment, Timeline are introduced in APEX 23.1. APEX 24.1 brings the selection support for these template components except Avatar and Badge.

For the Avatar and Badge, We can add row selection to the badge Template Component by copying the standard Badge Component and including the following DIV in the Partial attribute.

Configure the template component:
1) Identify the primary
2) Create the 2 page items, one is used to store return colon delimited list of the selected rows(primary key values), the other is used as check all rows.
3) Row selection:
None
Focus
Only enables setting the focus to a selected row. Useful to improve accessibility or being able to keyboard navigate through the result set.
Single Selection
Enables single row selection.
Multiple Selection
Enables multiple row selection.

Комментарии

Информация по комментариям в разработке