BlazorTable icon indicating copy to clipboard operation
BlazorTable copied to clipboard

How can I know if selected items are changed?

Open AntonNik0laev opened this issue 4 years ago • 0 comments
trafficstars

First of all, thanks for great job with Table component! I need to perform some actions when selection is changed, but not sure how to do that properly.

I was thinking to override RowClickAction event, but it does not seems to be right way, since according to code, selected items collection changing after that handler

AntonNik0laev avatar Dec 14 '20 15:12 AntonNik0laev