meetselva / fixed-table-rows-cols

Fixed Table Header and Columns
http://meetselva.github.com/fixed-table-rows-cols/
Other
77 stars 42 forks source link

Table Formatting Safari #32

Open vk3eka opened 8 years ago

vk3eka commented 8 years ago

Hi, I have a problem with the incorrect formatting of a table when displayed by Safari. Firefox works OK. The following is a screen shot of the page in Safari. The top image shows when fixedCols is set to 2, the botton one is with fixedCols set to 0.

screen shot

The code follows:-



Rego No. Name Round 1 Round 2 Round 3 Round 4 Round 5 Round 6 Round 7 Round 8 Round 9 Round 10
W L W L W L W L W L W L W L W L W L W L
1234 fred bloggs 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1
```


Rego No. Name Round 1 Round 2 Round 3 Round 4 Round 5 Round 6 Round 7 Round 8 Round 9 Round 10
W L W L W L W L W L W L W L W L W L W L
1234 bert higgins 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1
```

Any ideas?

Cheers

Peter

vk3eka commented 8 years ago

Not sure if the total code was included. Attached is a txt file containing the php code. test_scroll.txt