David-Mulder / paper-datatable

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

dataSet.length property doesn't seem to update #103

Closed aendra-rininsland closed 8 years ago

aendra-rininsland commented 8 years ago

I've tried updating the dataset.length property:

...And neither seems to update the total record number in the paper-datatable-card element. Looking at the source, I'm not entirely sure why; the observer at ln. 283 should update it.

aendra-rininsland commented 8 years ago

Apologies, just noticed #47. Is that in the documentation anywhere? I didn't notice if it so, might be good to add if not.