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

Records added via table.update do not appear in perspective viewer filter values #1535

Closed
nickroci opened this issue Sep 9, 2021 · 1 comment

Comments

@nickroci
Copy link
Contributor

nickroci commented Sep 9, 2021

Bug Report

Steps to Reproduce:

  1. Create a table with some records in python
  2. Call .update on table with new records and values

Expected Result:

You can filter in the js perspective-viewer for the original and new values

Actual Result:

The full set of values is not available/updated

Environment:

Latest python and js (from unpkg)

Additional Context:

The new data appears in the grid OK but not in the filter so I presume it's not a backend issue. Only tested for strings

@nickroci nickroci closed this as completed Sep 9, 2021
@nickroci
Copy link
Contributor Author

nickroci commented Sep 9, 2021

Was seems to have been fixed between 10 and 10.3

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