Skip to content

v0.0.7

Latest
Compare
Choose a tag to compare
@tochoromero tochoromero released this 30 Dec 15:51
· 5 commits to master since this release
  • Fix the selectAll function. When calling selectAll on the VTable instance we were using the data array reference as the selectedRows, so when the user deselected a row it was removed from the data as well. The fix is just to use a shallow copy of the data array when setting all the rows as selected. #46