
sort mat
April 04, 2021
Sorting Date field in Material Table (Mat Table) in angular 8.

In this article we’ll learn how to sort the Date column in the mat table. Normally sorting functionality considers each…
In this article we’ll learn how to sort the Date column in the mat table. Normally sorting functionality considers each…
In Mat tables in angular (6,7,8 etc), we can sort data easily using MatSort. Issue occurs when we need to sort nested…