bluewatertracks / bwt-datatable

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

data-changed #59

Open ronnysolheim opened 4 years ago

ronnysolheim commented 4 years ago

The data-changed event dosent booble from column to card in version 3.0. Wrong methode in column and wrong path definition in table.

Rename _forwardInstanceProp to _notifyInstancePropV2 in column and replace the #x format in path with x (eg: data.#0.value to data.0.value) in datatable.

dhrytsenko commented 4 years ago

Hi @ronnysolheim Thanks for notes. I'll check shortly