When i'm trying to remove one or more items from MdTable by changing source, i found that the removed items are still existed somewhere because SelectAll button is showing the count of removed items.
I'm using 1.0.0-beta8 version and table has md-selectable="multiple" flag with SelectAll button.
if checked the code and found this line in MdTableRow is preventing removing item from selectable array.
line number 125.
if (!this.hasMultipleSelection) {
return
}
I'm not sure if there is another way to remove item(s) from table and fix selectable items when clicking on SelectAll button.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4