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
Inject MST deeper into the table components tree and maybe drop ContextProps wrappers. Do not snapshot all MST collections too eraly at the root Table component.
Refactor Table, extract data transfirmation functions into React Hooks.
Delete all mentions of UI Schemas. All UI styles should be derived from JSON Schema, ViewKind and ViewDescr.
Unify formatters and cells in a Table.
All "formatting functions" should be encapsulated in specific cells renderers.
Maybe we should replace a "formatter" property in a Table in a ViewKind with a "cell" property.
Cells (and its formatting capabilities) could be configured with cell's properties in a ViewKind/ViewDescr.
The text was updated successfully, but these errors were encountered:
amivanoff
changed the title
Refactor Table component
Refactor Table component into hooks and MST
Nov 18, 2021
The text was updated successfully, but these errors were encountered: