Saulis / iron-data-table

iron-data-table is a Web Component for displaying data as a table or grid. Built on top of iron-list using Polymer.
Apache License 2.0
147 stars 65 forks source link

selection behavior when" multi-selection" and no "selection-enabled" #138

Closed s-trooper closed 8 years ago

s-trooper commented 8 years ago

it would be consistent with current "multi-selection" behavior if no "selection-enabled" that click on checkbox select the row like click on top/column checkbox select all/none rows. as side effect, this way one can focus rows without select them without "selecting-item" workaround.

IMHO normal, in all other grids i know, focus row/cell does not select row. the selection should be distinct act like clicking on checkbox or press key and such things. but practically when above would be implemented one would have the this behavior.

Saulis commented 8 years ago

Hi!

Good point, haven't actually noticed before this inconsistent behaviour. Thanks!