You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: