[Components] Add Table component and update navigation links
Description
This PR fixes https://github.com/layer5io/layer5/issues/5962
Notes for Reviewers
https://github.com/user-attachments/assets/52ea133c-a828-4e5a-ba90-050cb6e0d5f7
After observing the progress made by @eyeaadil, I noticed that there was usage of @mui/material in his PR https://github.com/layer5io/layer5/pull/6231, which should not be the case, as pointed out by @sudhanshutech in the review.
After reading the PR, I also found that he had not implemented proper navigation after adding table, and had used props from @mui/material, not from @layer5/sistent. Then I began studying Table component of @layer5/sistent where I found there was no Stripped Table variant, no Bordered Cells variant.
Therefore, I implemented the table component from Sistent without those variants and without any using Material UI.
I am going to create an issue for adding those variants of Table in Sistent. Another thing I noticed after going through the documentation of sistent components like Select there was usage of @mui/material and no import of Select from layer5/sistent
- [x] Yes, I signed my commits.
🚀 Preview for commit 8a1b0d830b79534fc76117f02a170263887e963a at: https://67f11345ea4a3ebfac617338--layer5.netlify.app
@Souradip121 Thank you for your contribution! Let's discuss this during the website call today at 5:30 PM IST
adding it as an agenda item to the meeting minutes.
🚀 Preview for commit 98d1195f240f712f58a447a01dc333b5aee032e9 at: https://67f3a3fe901b4bd31b38b456--layer5.netlify.app
🚀 Preview for commit 9fe7f9c2bbe15c70c3104383c200a94fc47acb17 at: https://67fb602a934d908cec982bb4--layer5.netlify.app
I have implemented ResponsiveDataTable @sudhanshutech
But it is looking like this :)
I have implemented ResponsiveDataTable @sudhanshutech But it is looking like this :)
@Souradip121 please add some data to these tables then it would look good, don't keep them empty
atleast add these too(in guidance) @Souradip121 :
- What are
optionsvalues... - How to enable column sort
- what are multiselect and none select
- disabled row
- sub tables
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Hi @sudhanshutech Are you still working on this issue? The work seems almost done here.
@avni-mahajan If you want u can work on this issue!!!! and complete it off!!!
@vr-varad, thank you and I will start working on this!
I have implemented