Can the rows in a Form Table be sorted?

Can the rows in a Form’s Table be sorted?  Maybe using js?

I’d like to put the most recent records at the top instead of the bottom.

Thanks

Hi Jeff,

Could you take a look at this page and see if they have something helpful for you?
It’s called sortTable.
I found a similar inquiry on the Japanese Developers page, and they were using;

var sortTable = function(table, orderBy, isDesc) {

How TO - Sort a Table:
https://www.w3schools.com/howto/howto_js_sort_table.asp

Hopefully, that helps.