Matt Holcomb
Results
1
comments of
Matt Holcomb
I am seeing the onSelect fire, however the selected row is null. This was just because the demo shows `on-select="onSelect(row)"`, when it should be (based on the code) `on-select="onSelect(rows)"`. This...