Hey all,
We have several bulk-action surfaces that validate table row selection before allowing an action, but the helper contract is not consistent.
in our apps different implementations use selectedRows vs selectedSourceRows, mutate the table selection in different ways, return different values, and show different notification behavior…
I would like to find the best way to how row selection validation should work.
so my question is, whats the difference between selectedRow vs selectedSourceRow ?

