bluewatertracks / bwt-datatable

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

Dynamically set editable #43

Closed mlabarre closed 5 years ago

mlabarre commented 6 years ago

Hello It would have been interesting to type the property editable in string and not in boolean. This would have allowed to code editable = "false | true". Because only the presence of the editable attribute puts the field editable! So editable="[[_isEditable]] does not works (Polymer design).

dhrytsenko commented 5 years ago

@mlabarre I think editable property should have Booelan type. Please open this issue again if you have more questions