md-order-by expression change inserts duplicates sort arrows and breaks functionality
See original GitHub issue <table md-table>
<thead md-head md-order="ctrl.query.order">
<tr md-row>
<th md-column md-numeric md-order-by="collection[{{ key }}].{{ mySelectedDynamicProperty }}" ng-repeat="(key, col) in ctrl.data[0].collection">Title</th>
</tr>
</thead>
when mySelectedDynamicProperty
changes a duplicate arrow is inserted in the TH, and loses clicking functionality
Issue Analytics
- State:
- Created 7 years ago
- Reactions:1
- Comments:5 (2 by maintainers)
Top Results From Across the Web
[Table] Sort arrows are not rendered properly in tabs #7291
Can't put a sortable table inside of a mat tab group. The table header arrow changes to a "T" after clicking one of...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Awesome dude thanks for the quick fix!
Okay this should be fixed now.