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

Table UI Component #7

Open
jeremycote opened this issue Aug 24, 2023 · 0 comments
Open

Table UI Component #7

jeremycote opened this issue Aug 24, 2023 · 0 comments
Labels
Component A building block that other items will use UI

Comments

@jeremycote
Copy link
Collaborator

Make a table UI component. It should display, on each row, an element added to it.
Define different behaviours for how new data is added, make it easy to switch which one is being used.

Have the view be able to sort in ascending and descending order. Pass one in to the constructor as the default, user can toggle for the other way? The runtime toggle might not be necessary.

Make it flexible what is displayed.
I'm thinking we define a row as an array of table items. This table item can have be any lv_obj_t and it's just constrained to fit in the cell. Can define the height of the row, individual sizes for each column.

Could be used for CAN log, register browser.

@jeremycote jeremycote added UI Component A building block that other items will use labels Aug 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Component A building block that other items will use UI
Projects
None yet
Development

No branches or pull requests

1 participant