I created a datatable using ng generate @angular/material:table demoTable.
I have to sort by the date column. In the previous Angular versions I was able to use sortingDataAccessor for this purpose but for some reasons, I am not able to use that here.
Has anyone tried that using Angular 7 (more specifically after using the ng generate command to create the DataTable) ?