lai32290 / TableHeadFixer

A jQuery plugin for fix HTML table Head, Foot and Columns
105 stars 45 forks source link

table width is being compressed in Safari #40

Closed market-fresh closed 6 years ago

market-fresh commented 6 years ago

It seems like the table width is being ignored in Safari. The table jets compressed to fit all the columns into the screen rather than being allowed to scroll through with fixed left column and fixed header.

lai32290 commented 6 years ago

hey @market-fresh , thanks for your feedback, actually I've never test it on Safari, I should say sorry about it. I'll take a look at it later.

market-fresh commented 6 years ago

hi lai. i am reporting the issue with Safari. but i'd also like to add then whenever i view the table in an ipad or iphone (any browser) the table gets compressed. the only css i use is the default bootstrap.

not sure why the behaviour is this way for the table when accessed via an ipad or iphone.

market-fresh commented 6 years ago

hi lai. i found the problem with my issue. the css examples i found online added the line "table-layout:fixed" which does not seem to impact on Chrome but somehow compresses the table in Safari and Firefox. I have removed that line in my css.

i am closing this issue. thanks!

lai32290 commented 6 years ago

@market-fresh Cool!! thanks for the answer!!!