MatTableDataSource has this line where the actual sorting is done: return (valueA < valueB ? -1 : 1) * (direction == 'asc' ? 1 : -1);.
確定! 回上一頁