table ->defaultSort()

->columns([])
   ->defaultSort('created_at', 'desc')

this works correctly, however, when I edit an item in the table, the edited item jumps to the top of the table (it changes position)
but I am sorting by created_at so editing the record should not change the order of the table.
Was this page helpful?