-
Notifications
You must be signed in to change notification settings - Fork 58
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
[WIP] feat: TableView widget #768
base: master
Are you sure you want to change the base?
Conversation
Currently does not have mouse interaction, in the demo the normal one is right and custom is left
This reverts commit 825792e.
@@ -0,0 +1,360 @@ | |||
pub mod category; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There's a lot of duplicated code here with the segmented button model. Perhaps we should make something more generic that is shared between them.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think there is some code we could theoretically merge but they ultimately still need to be separate as they are fundamentally storing different data
Currently fully meets the base design standard, the following features are to be implemented in the future as needed: