-
-
Notifications
You must be signed in to change notification settings - Fork 132
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
[DOC] What's the way to get a dynamic "spreadsheet" like view #526
Comments
Do you simply need a grid generated on the fly or do you also want the column width/row height adjustment one would expect from a spreadsheet ? |
Hi, grid generated "on the fly" with row's height depending on cells' content. No need for manual adjustment. Typical "mock-up" would be a "3 columns" approach :
First row ("Precommissioned") is fixed, but following rows ("Machine X") are dynamic, upon clicking on "Scene (add)" button. Then the columns' content might differ regarding the paired devices. Content may include current status, picture of the device, tree-view of the Attributes/Methods, etc. Hence keeping track of the UI content with the associated data have to be performed as well. Regards. |
I do not have the time to spin a full example but overriding |
Ok, will try that, thank for the hint. |
I'd like to have a kinda row/column view and populate each cell with graphical and interactive elements, not just text.
Ideally it would have a top search field for each column, pretty much like in https://github.com/frmdstryr/smd-search
Have you an idea to start with ? Maybe something in https://github.com/nucleic/enaml/tree/main/examples/dynamic
Regards.
The text was updated successfully, but these errors were encountered: