-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
adding the table #5782
adding the table #5782
Conversation
Signed-off-by: Naresh Biradar <[email protected]>
Signed-off-by: Naresh Biradar <[email protected]>
🚀 Preview for commit 39373b5 at: https://66afc9ed9e097ee72fed7c3b--layer5.netlify.app |
@NareshBiradar1 Thanks for your contribution, let's discuss this on the website's call. Please add this as an agenda item to the meeting minutes. The call is scheduled for Monday at 5:30 PM IST. |
@NareshBiradar1 why its commented out ? |
@NareshBiradar1 this table is need to be represented as a sistent custom component. It will added here https://layer5.io/projects/sistent/components. Same as other component there will a card of Table. See the other components for reference and implementation |
This is not ready to merge now... |
@NareshBiradar1, please respond when you get some time. |
@NareshBiradar1, any luck? |
@vishalvivekm, as we haven't heard back from @NareshBiradar1 we can close this PR? |
Yes, please make a call for volunteers on next websites call @Ashparshp |
Description
This PR fixes #5671
Description
This pull request adds a
ResponsiveDataTable
component to the Sistent project. It introduces a table with sample data and columns designed to be responsive and adaptable to different screen sizes.Key Changes:
ResponsiveDataTable
component into theSistentComponentsPage
, showcasing how to use it with the provided sample data.columnVisibility
object to manage the visibility of columns.updateColumns
function to demonstrate how column updates can be handled.Components Updated:
SistentComponentsPage
: Added theResponsiveDataTable
component and updated the component structure.Note: The
ResponsiveDataTable
component is currently commented out but can be enabled by uncommenting the relevant lines of code.