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

Blueprint Table sorting not update immediately #3846

Closed
chuyachia opened this issue Nov 13, 2019 · 2 comments
Closed

Blueprint Table sorting not update immediately #3846

chuyachia opened this issue Nov 13, 2019 · 2 comments

Comments

@chuyachia
Copy link
Contributor

Environment

  • Package version(s): 3.8.2
  • Browser and OS versions: Firefox 70.0.1 Ubuntu 18.04.3 LTS

Steps to reproduce

  1. Go to doc page https://blueprintjs.com/docs/#table/features.sorting
  2. Sort Asc the first column
  3. Focus on one cell in that column
  4. Sort Asc again
  5. Sort Desc

Actual behavior

View is not updated after the Sort Desc. It will update only after you do something else that triggers an update, for example, focus on another cell or scroll.

This is a little bit difficult to reproduce with the small table on the doc page. But in my application with 10000 rows, sorting is not updating immediately every time.

Same behavior of not updating immediately also happens with setting column width with onColumnWidthChanged and columnWidths.

It's probably linked to #3833

Expected behavior

View should update

Possible solution

@oliver-ni
Copy link

I'm having this issue as well, any update?

@adidahiya adidahiya self-assigned this Jun 11, 2021
@adidahiya
Copy link
Contributor

should be fixed by table v4.0.0-rc.1

@adidahiya adidahiya modified the milestones: table 3.8.x, 4.0.0 Mar 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants