You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
Currently, the
DataTable
widget provides aremove_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 ofRowKey
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!
The text was updated successfully, but these errors were encountered: