Add table.delete_rows() method

There are only two ways to delete rows: row.delete() and table.delete_all_rows().

Please add a way to delete in bulk that supports the same q search filters as the table.search() method, so this is possible:

table.delete_rows(column=q.ilike('%bye%'))
5 Likes

Similar feature request here: Delete set of rows from data table more efficiently

2 Likes