Returns a new table with the rows in reverse order.
reversed()
new Table(["Item", "Count"], [ ["Bicycle", 5], ["Scooter", 2] ]).reversed()