Closed cosminonea closed 7 years ago
No, there is really no reason. However I think that if I were to implement that functionality, it would have to be a new event, since triggering the same event, even with a flag or something, could break current applications using it.
Any thoughts?
I was assuming that I need to keep track of the selected items. But the items in the view model get marked with an $isSelected which is perfect.
No need for a rowDeselected event.
Great, glad you figured it out :)
https://github.com/tochoromero/aurelia-table/blob/master/src/au-table-select.js#L83
Is there any reason why rowSelected is not being called when an item is deselected?