polywc / polywc-data-table

HTML table, a reusable Polymer web-component.
http://polywc.github.io/polywc-data-table/
GNU Lesser General Public License v3.0
0 stars 0 forks source link

Why checked property is Object type? #54

Closed donpir closed 7 years ago

donpir commented 7 years ago

checked property of the table should be an array...

donpir commented 7 years ago

It is an object because the property has used as hash map where the key is the item id.