Skip to main content

Suggest an Idea

Vote for your favorite Qlik product ideas and add your own suggestions.

Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE

Hide column header in Straight table

simonaubert
Partner - Specialist II
Partner - Specialist II

Hide column header in Straight table

Hello,

 

As specified in the title, I would like to hide (not to set to " ") the colunm header for a whole table.

Best regards,

 

Simon

Bi Consultant (Dataviz & Dataprep) @ Business & Decision
9 Comments
simonaubert
Partner - Specialist II
Partner - Specialist II

For reference, in QlikView you can set "Supress Header Row" but not in Qlik Sense.

Patric_Nordstrom
Employee
Employee

Thank you for your feedback on ways to improve our product. While this is something we understand would be useful, it's not on the short-term roadmap. Please continue to show your support for this idea.

Thanks,

Patric

Status changed to: Open - Collecting Feedback
Patric_Nordstrom
Employee
Employee

Meanwhile, it's possible to hide the header with a custom theme

.qv-st-header {
display: none;
}

 

PabloLabbeImaps
Partner Ambassador
Partner Ambassador

@Patric_Nordstrom , how to apply the CSS code to a specific table object in the sheet ?

Patric_Nordstrom
Employee
Employee

@PabloLabbeImaps  you can use tid, the Object ID, pick it up from context menu > Share > </> Embed

[tid="sUPjA"] .qv-st-header {
display: none;
}

PabloLabbeImaps
Partner Ambassador
Partner Ambassador

Thanks, it's working now.  First time I've tried this solution I forgot to place a blank space between closing bracket ] and  the class reference

Tami
Contributor III
Contributor III

Has there been any progress on this? 

Meghann_MacDonald

From now on, please track this idea from the Ideation portal. 

Link to new idea

Meghann

NOTE: Upon clicking this link 2 tabs may open - please feel free to close the one with a login page. If you only see 1 tab with the login page, please try clicking this link first: Authenticate me! then try the link above again. Ensure pop-up blocker is off.

Ideation
Explorer II
Explorer II
 
Status changed to: Closed - Archived