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%'))