-
Notifications
You must be signed in to change notification settings - Fork 309
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
feat: allow users to delete all table rows #3030
feat: allow users to delete all table rows #3030
Conversation
✅ Deploy Preview for carbon-components-angular ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Hey @eduardmarcinco this was basically the solution :P But instead of setting all arrays to empty state, you could simplify it by call the data setter.
The point of the issue is to provide a imperative approach to delete the data instead of manually calling |
I'll reopen the PR if that's fine with you! |
Yep, that's fine. Let me make some quick adjustments to code and the test. |
…eAllRows is called Signed-off-by: Akshat Patel <akshat@live.ca>
🎉 This PR is included in version 5.46.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Closes #3006