- Fix the selectAll function. When calling
selectAllon theVTableinstance we were using thedataarray reference as theselectedRows, so when the user deselected a row it was removed from thedataas well. The fix is just to use a shallow copy of thedataarray when setting all the rows as selected. #46