anvil get last row of data table

Solutions on MaxInterview for anvil get last row of data table by the best coders in the world

showing results for - "anvil get last row of data table"
Helena
13 Sep 2020
1last_row = app_tables.my_table.search(tables.order_by('timestamp', ascending=False))[0]
2
similar questions
queries leading to this page
anvil get last row of data table