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

00262 Dashboard tab does not preserve row selection for all tables #270

Merged
merged 16 commits into from
Oct 24, 2022

Conversation

ericleponner
Copy link
Collaborator

Description:

Changes below fix the selection issue reported in #262.

TableController class has been reworked to avoid nasty asynchronous effects.
And unit tests have been extended to validate those changes.

Related issue(s):

Fixes #262

Notes for reviewer:

See #262 for instructions.

Checklist

  • Documented (Code comments, README, etc.)
  • Tested (unit, integration, etc.)

…sue #262).

Signed-off-by: Eric Le Ponner <eric.leponner@icloud.com>
Signed-off-by: Eric Le Ponner <eric.leponner@icloud.com>
Signed-off-by: Eric Le Ponner <eric.leponner@icloud.com>
Signed-off-by: Eric Le Ponner <eric.leponner@icloud.com>
…when it's "".

Signed-off-by: Eric Le Ponner <eric.leponner@icloud.com>
Signed-off-by: Eric Le Ponner <eric.leponner@icloud.com>
…ut callback.

Signed-off-by: Eric Le Ponner <eric.leponner@icloud.com>
Signed-off-by: Eric Le Ponner <eric.leponner@icloud.com>
…lerXL.spec.ts.

Signed-off-by: Eric Le Ponner <eric.leponner@icloud.com>
…r and RowBuffer.

Signed-off-by: Eric Le Ponner <eric.leponner@icloud.com>
Signed-off-by: Eric Le Ponner <eric.leponner@icloud.com>
…s emitted by table controller.

Signed-off-by: Eric Le Ponner <eric.leponner@icloud.com>
…PageCounter() (to be used later in unit tests).

Signed-off-by: Eric Le Ponner <eric.leponner@icloud.com>
Signed-off-by: Eric Le Ponner <eric.leponner@icloud.com>
…ding data (this prevents unexpected callback from o-table).

Signed-off-by: Eric Le Ponner <eric.leponner@icloud.com>
…ding data (take #2 … because it was commented in take #1 … :( …).

Signed-off-by: Eric Le Ponner <eric.leponner@icloud.com>
@sonarcloud
Copy link

sonarcloud bot commented Oct 21, 2022

SonarCloud Quality Gate failed.    Quality Gate failed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 3 Code Smells

No Coverage information No Coverage information
13.2% 13.2% Duplication

@svienot svienot merged commit c2ca737 into main Oct 24, 2022
@svienot svienot deleted the 00262_dashboard_row_selection branch October 24, 2022 06:55
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

Successfully merging this pull request may close these issues.

Dashboard tab does not preserve row selection for all tables
2 participants