Is it possible to retrieve the sorted data from a material table once the sorting has been applied? I noticed that there is a "filteredData" property in the table's datasource, but there doesn't seem to be a "sortedData" equivalent. My goal is to export the sorted data into a csv file while preserving all the applied sorts. Currently, I have been utilizing the MatSort functionality to sort columns individually within the table.