mdDataTable icon indicating copy to clipboard operation
mdDataTable copied to clipboard

sortable-columns="true"

Open ghost opened this issue 8 years ago • 1 comments

sortable-columns did not work on my table. I had to add

sortable-columns="true"

which is not listed in the documentation, found this from some old issue connected to visual repeat and sortable.

However now

filter together with

virtual-repeat="true" animate-sort-icon="true" sortable-columns="true"

works perfectly.

Great work

ghost avatar Jan 13 '17 14:01 ghost

Thanks for this, I kept checking my code for hours thinking why it's not working but the problem was I had not put sortable-columns="true" in it

singhay avatar Jul 19 '17 16:07 singhay