Help in how to add new entry to datatable or edit data of a selected row #5318
Unanswered
BearCooder
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Dear @KevinVandy can you maybe help please? Sorry for the ping but I am kind of stuck |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello guys,
I am building the Datatable from shadcn documentation that uses Tanstack Table.
I replicated this table step by step like in the instruction and it works perfectly. Now I want to add an ADD button to add a new entry to the table. And and EDIT button that enables to edit a selected row in the table,
However when I look at the documentation in Tanstack page I cannot find information about this.
When I go to the documentation there is only an editable example but I cannot run it.
I get Unable to run Embedded Project and a blank page.
Does anyone know how can I achieve my goal? Any help is appreciated please. Thank you!
Beta Was this translation helpful? Give feedback.
All reactions