-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Table data export does not export all available rows #4234
Comments
@charlesh88 @jvigliotta We should discuss potential approaches here. It might be ok to disable the action until all of the data has returned? The user is going to have to wait either way, and waiting for the table to finish loading will be quicker than starting again. Also we have an activity indicator in tables, we don't for the export action. |
Bumping severity for now |
Closed by #4245 |
Unable to test since YAMCS was not functioning at the time. |
Verified fixed. |
Summary
The Export Table Data action will only export the data available in the client, even if there is more data available on the server. This is due to the recent addition of paging support which will asynchronously populate the table with new pages as they are fetched.
Expected vs Current Behavior
Export Table Data should export all available data. The current behavior is that it will export only the data that has been downloaded so far.
Impact Check List
Steps to Reproduce
Environment
Additional Information
The text was updated successfully, but these errors were encountered: