Skip to content
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

FR: Support for Bulk Row Removal in DataTable #5273

Open
charles-001 opened this issue Nov 22, 2024 · 1 comment
Open

FR: Support for Bulk Row Removal in DataTable #5273

charles-001 opened this issue Nov 22, 2024 · 1 comment

Comments

@charles-001
Copy link

charles-001 commented Nov 22, 2024

Currently, the DataTable widget provides a remove_row method that only allows removing a single row at a time. I’d like to request the addition of a new method, remove_rows, which would accept an array of RowKey values and efficiently remove multiple rows in a single operation.

I think his new method would improve performance and usability when dealing with scenarios that require removing a large number of rows, especialy with a tool like Dolphie that refreshes its datatables every 1 to 2 seconds.

Thank you!

Copy link

Thank you for your issue. Give us a little time to review it.

PS. You might want to check the FAQ if you haven't done so already.

This is an automated reply, generated by FAQtory

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant