David-Mulder / paper-datatable

A material design implementation of a data table.
GNU General Public License v3.0
237 stars 92 forks source link

initialise template whenever paper-datatable-column.editable equals true #107

Open ahcheqiu opened 8 years ago

ahcheqiu commented 8 years ago

If editable change to true after ready method is called, it will not be templatized. So I add an observer to templatize the column whenever it's true.