bluewatertracks / bwt-datatable

Data table with Polymer 3 support!
GNU General Public License v3.0
42 stars 14 forks source link

Trouble with editable paper-datatable-column #25

Closed esd100 closed 7 years ago

esd100 commented 7 years ago

I'd like to make a column editable if the user has permission.

How can I accomplish this?

I tried setting the attribute like this: editable="{{editable}}"

where I use a property to set the editable value, however it's not working.