Saulis / iron-data-table

iron-data-table is a Web Component for displaying data as a table or grid. Built on top of iron-list using Polymer.
Apache License 2.0
147 stars 66 forks source link

Event when a row loading is complete #186

Open dbanka opened 7 years ago

dbanka commented 7 years ago

Is there a way to know that a row is completely loaded. I want to know when a row is completely loaded, so that I can do some functionality using the polymer elements present in each cell of the row

Saulis commented 7 years ago

Hi!

Not sure what you mean by "completely" loaded, but you can try listening to the loading-changed event which is fired when the loading spinner is shown/hidden.