0👍
Found the answer, thanks to Igor Moraru for his help.
Right syntax (the : before md-label is important)
<md-table-cell :md-label="item.id" md-sort-by="id">{{ item.id }}</md-table-cell>
Source:stackexchange.com
0👍
Found the answer, thanks to Igor Moraru for his help.
<md-table-cell :md-label="item.id" md-sort-by="id">{{ item.id }}</md-table-cell>