Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

data-hide="always" on expand quickly hiding again. #68

Open
noahmatisoff opened this issue May 7, 2015 · 0 comments
Open

data-hide="always" on expand quickly hiding again. #68

noahmatisoff opened this issue May 7, 2015 · 0 comments

Comments

@noahmatisoff
Copy link

I'm using jQuery datatables as well as this repository, and have the snippet below in my table's head:

<th data-class="expand">Col 1</th>
<th>Col 2</th>
<th data-hide="always">Col 3</th>
<th data-hide="phone">Col 4</th>
<th data-hide="always">Col 5</th>
<th data-hide="always">Col 6</th>
<th data-hide="always">Col 7</th>
<th data-hide="always">Col 8</th>
<th data-hide="always">Col 9</th>

In the snippet above when using the "always" option, when showing the hidden data is quickly re-hides the data. This means that the data is hidden and the row shows the "-" icon indicating it's shown although it then hides it a few hundred ms later.

What is this bug?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant