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
Currently, the tables implementation in the code is dirty and not componentized.
Solution
We need to componentize the table implementation for reuse across the application
Requirements
Create a component named <TableComponentWrapper> that implements a table which can receive data from react props and be reused across pages
Additional Context
Find the use cases of the table components in Monosi. Implement a generic componentized version. Replace all places in the code where tables are used with <TableComponentWrapper>
Thank you very much for giving the opportunity. I will follow through guidelines in coming days and will reach you on slack in case of any confusion. :)
Problem
Currently, the tables implementation in the code is dirty and not componentized.
Solution
We need to componentize the table implementation for reuse across the application
Requirements
Create a component named
<TableComponentWrapper>
that implements a table which can receive data from react props and be reused across pagesAdditional Context
Find the use cases of the table components in Monosi. Implement a generic componentized version. Replace all places in the code where tables are used with
<TableComponentWrapper>
Questions, or need help getting started?
Feel free to ask below, or ping us on Slack
The text was updated successfully, but these errors were encountered: