How to hide columns title on Journal Status Table?

You may try this functionality in a table , use header groups and leave the title as empty
and query the alarm data like
eventtype WHEN 0 THEN 'Active'
WHEN 1 THEN 'Clear'
WHEN 2 THEN 'Acknowledged'

image