Closed hectorgr closed 8 years ago
I need to execute a function when no row is selected, but the method in md-on-select = "mymethod" is not triggered, this is triggered only when a row is selected. Any solution?
There's a deselect callback, md-on-deselect, you could use to check if the number of selected items is zero.
md-on-deselect
thanks, it's just what I needed.
I need to execute a function when no row is selected, but the method in md-on-select = "mymethod" is not triggered, this is triggered only when a row is selected. Any solution?