getSortedRowModel

abstract var getSortedRowModel: (table: Table<TData>) -> () -> RowModel<TData>?(source)

This function is used to retrieve the sorted row model. If using server-side sorting, this function is not required. To use client-side sorting, pass the exported getSortedRowModel() from your adapter to your table or implement your own. API Docs Guide