daniel-nagy / md-data-table

Material Design Data Table for Angular Material
MIT License
1.9k stars 520 forks source link

Exclude certain rows from sorting #640

Open ar27111994 opened 6 years ago

ar27111994 commented 6 years ago

Hi, is it possible to exclude certain rows of md-data-table from column based sort based on a condition? The excluded rows should be displayed at the start of the table if user does column sort. Thanks.