Removing a row by its id not its original Data #3579
Unanswered
cubecleveland
asked this question in
Q&A
Replies: 0 comments
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, i have a scenario where a user can add or delete rows from a table. the rows do not have unique IDS in them and they are merely name and last name of a person. on Row add we just push an empty object to thee table.
We want to implement a function to delete a sepecific row on click. can that be done without having specific id to the row ? can that be done using the id property of the row itself ?
Beta Was this translation helpful? Give feedback.
All reactions