Skip to Content (Press Enter)
OutSystems.com
Personal Edition
Community
Support
Training
Training
Online Training
Developer Schools
Boot Camps
Certifications
Tech Talks
Documentation
Documentation
Overview
ODC
O11
Forums
Forge
Get Involved
Get Involved
Jobs
Ideas
Members
Mentorship
User Groups
Platform
Platform
ODC
O11
Search in OutSystems
Log in
Get Started
Back to Forums
Manish Jawla
MVP
43
Views
1
Comments
Solved
[HeaderFixed] Fixed header issue while performing inspect element
Question
Forge
HeaderFixed (O11)
Forge asset by
HeaderFixed
Hi,
i using the fixed header widget in my application but while using it on chrome browser whenever i download the excel file from the page on which i have applied the fixed header, all header shrinked to 1 and their width become 0. Please find the attachment to exact scenario.
bug_fixedheader.PNG
Manish Jawla
MVP
Solution
hi,
i have fixed this issue, u have to use the css
table{
table-layout:fixed
}
on your page and define the custome width for every column header and row :).
Community Guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
See the full guidelines
Loading...