Skip to content
This repository has been archived by the owner on Oct 8, 2021. It is now read-only.

Table column toggle breaks table priority hiding #5839

Closed
cjindustries opened this issue Apr 2, 2013 · 1 comment
Closed

Table column toggle breaks table priority hiding #5839

cjindustries opened this issue Apr 2, 2013 · 1 comment

Comments

@cjindustries
Copy link

Toggling the visibility of columns in a table stops the subsequent automatic hiding of columns when the client width is changed.

This can be reproduced on the first movie table on this page:
http://view.jquerymobile.com/1.3.0/docs/widgets/table-column-toggle/

  1. Change the width of the page; notice that columns are automatically hidden and made visible depending on width.
  2. Use the column chooser to hide columns then show them again.
  3. Repeat step 1 - the columns no longer auto hide.

The issue (I think) is that the input handling applies a class "ui-table-cell-visible" when un-hiding columns that overrides any width-based auto-hiding.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
2 participants