-
Notifications
You must be signed in to change notification settings - Fork 294
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
Add support for multidimensional data in data viewer #298
Comments
To validate this one please open manualTestFile.py and verify that you can open
Initially, data >7 characters in length should be displayed with an ellipsis truncating the overflowing text. When you resize the columns the columns should update to show more of the data. When you click into a cell you should be able to scroll horizontally to view the full value with the left and right arrows, but the cell should be readonly--you should not be able to enter any keys and have them update the cell content. Please also validate that you can open ragged numpy arrays and tensors (i.e. where the 2nd or 3rd dimensions have a variable number of elements between rows) |
Validated |
The text was updated successfully, but these errors were encountered: