43
Views
1
Comments
Solved
[HeaderFixed] Fixed header issue while performing inspect element
Question
HeaderFixed
Web icon
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
2019-11-11 17-10-24
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 GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.