Blog / People and Culture Blog
Interactive grid cell coloring without condition using css class invoke
1. Overview
This Document is used to get selected IDs from the Interactive grid based on selection.
2. Technologies and Tools Used
The following technologies have been used to achieve this
- Oracle APEX, CSS
3. Use Case
This functionality is used to get selected IDs from the interactive grid and process selected IDs.
4. Steps
Steps:
- Create Interactive grid. Ex., based on EMP Table
- Go to edit page -> Inline CSS
.cell_color{
background-color: #33cc33;
}

3. Edit Interactive grid -> select the column which you want to color (example hire_date)

4. Invoke the class as shown below

5. Screenshot

