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 66 forks source link

How to disable checkbox for individual rows? #202

Open star08006 opened 7 years ago

star08006 commented 7 years ago

I want to always show the checkboxes but disable some of the checkboxes based on row status. How can I do that? Currently seems we can only use multi-selection to hide the checkbox.