-
|
Hi. First of all thank you for fantastic library. 🙏 I am having question regarding Data Grid. Is it possible to add custom sort function or set up data accessor like with material table? |
Beta Was this translation helpful? Give feedback.
Answered by
nzbin
Oct 15, 2022
Replies: 1 comment
-
<mtx-grid #grid></mtx-grid>@ViewChild('grid') grid: MtxGridComponent;
// this.grid.table => MatTable
// this.grid.sort => MatSort
// this.grid.dataSource => MatTableDataSourceI haven't used the |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
enejm
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I haven't used the
sortingDataAccessoryet. You can try it and give me some advice.