BlazorTable
BlazorTable copied to clipboard
How can I know if selected items are changed?
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