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

Clicking on table header to sort hides entire column if first 30 records have no data #2153

Closed
tinok opened this issue Jan 10, 2019 · 0 comments
Assignees
Labels
bug Things broken and not working as expected high priority To be done soon

Comments

@tinok
Copy link
Member

tinok commented Jan 10, 2019

Steps to Reproduce

  1. In this project, view html table
  2. Click on Video URL column

Expected behavior

  1. Table refreshes to sort by that column
  2. Column still displays

Actual behavior

Table may sort by that column but column disappears until table is sorted by another one.

Additional details

I believe this is because columns are hidden if the current view has no data for it. The obvious downside is that for large projects, sorting by a column means showing the rows first where the field was blank, meaning that the column is hidden. The second downside is that this also hides other columns that happen to be blank in this view.

**As a user I'd like to always see all columns, not just the one where the current rows have data for them. **

@tinok tinok added bug Things broken and not working as expected high priority To be done soon labels Jan 10, 2019
@magicznyleszek magicznyleszek self-assigned this Jan 10, 2019
@jnm jnm closed this as completed in #2167 Jan 28, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Things broken and not working as expected high priority To be done soon
Projects
None yet
Development

No branches or pull requests

2 participants