Skip to content
This repository was archived by the owner on Jan 2, 2019. It is now read-only.

Fixed hidden columns for Chome #613

Open
wants to merge 1 commit into
base: 1.8
Choose a base branch
from
Open

Conversation

krewetka
Copy link

Hidden columns were working only for columns with set width. I moved it outside of "if" so these two things are not connected now..

Also it was not working in Chrome at all because of this bug -> https://code.google.com/p/chromium/issues/detail?id=174167
Chrome doesn't support visibility:collapse and in fact any kid of visibility for "col" tag.

Maybe there is better workout than display:none on .column class but I haven't found one.

$css['table.sheet' . $sheetIndex . ' col.col' . $column]['display'] = 'none' is not working in Chrome

Hidden columns were working only for columns with set width. I moved it outside of "if" so these two things are not connected now..

Also it was not working in Chrome at all because of this bug -> https://code.google.com/p/chromium/issues/detail?id=174167
Chrome doesn't support visibility:collapse and in fact any kid of visibility for "col" tag.

Maybe there is better workout than display:none on .column class but I haven't found one.

$css['table.sheet' . $sheetIndex . '  col.col' . $column]['display'] = 'none' is not working in Chrome
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants