paper-datatable icon indicating copy to clipboard operation
paper-datatable copied to clipboard

Single selection not working

Open David-Mulder opened this issue 8 years ago • 2 comments

.splices doesn't get 'initialized' thus _isRowSelected doesn't trigger in

_isRowSelected(item, multiSelection, selectedItem, selectedItems.splices)

causing single selection to not work

David-Mulder avatar Oct 25 '15 16:10 David-Mulder

Fixed, through code duplication and an ugly hack

David-Mulder avatar Nov 01 '15 02:11 David-Mulder

Root cause: https://github.com/Polymer/polymer/issues/2563

David-Mulder avatar Nov 15 '15 18:11 David-Mulder