Delete all rows in a table?

I think I would approach the problem differently. Instead of writing a bunch of rows and then deleting them, I would do all of the work in the list of items, and have another table relate to those items to summarize them. Better to read through this and look at this example. It’s a shopping cart style app, but does the same thing and allows you to clear the cart instantly, or edit your selections and quantities.

The shopping cart was designed around the same concept of resetting multiple rows at once, but it also handles quantity as well.

1 Like