Skip to Main Content
Remove Domain from a string Right Side Region Collapsed

Remove the column name from control break

APEX CSS
How to remove the column name from control break

The Interactive Grid has a wrapping span around just the label. The following CSS would hide it.

.a-GV-breakLabel {
    display:none;
}