-
Notifications
You must be signed in to change notification settings - Fork 0
Consolidate react-table implementations #133
Comments
In order to consolidate these into a single component, we need to look at what is necessary for each instance of the component. ItemTableProps The ItemTable component is passed items from the API to the Classes
ItemHeaderViewProps The ItemHeaderView component is passed the active item's headers to the
Both components use the |
The |
The implementations of react-table have differed too much to consolidate. Closing. |
Both ItemTable and ItemHeaderView consist of tabular data views with similar styling, sorting, and filtering controls. Right now they're separate components. One generalized component should be made to consolidate this logic.
The text was updated successfully, but these errors were encountered: