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

selectAll checkbox does not check all checkboxes

Open Tri-Vi opened this issue 7 years ago • 2 comments

I'm having a problem with the selectAll checkbox. If I click on the selectAll checkbox, all the checkboxes below the header are not checked.

However, If I check all the checkboxes below the header, the selectAll checked is checked.

Does anyone have the same issue like this?

Note: selectable and multi-selection are included inside the paper-datatable

Tri-Vi avatar Jun 29 '18 18:06 Tri-Vi

Any updates on this ?

Tri-Vi avatar Oct 09 '18 19:10 Tri-Vi

@Tri-Vi I think it's a problem with your implementation because you should control everything by three methods queryForIds, getByIds and set. I'm planning to update datatable to support Polymer 3 and I'll add more demo how to use it

dhrytsenko avatar Apr 02 '19 15:04 dhrytsenko