iron-data-table icon indicating copy to clipboard operation
iron-data-table copied to clipboard

Event when a row loading is complete

Open dbanka opened this issue 9 years ago • 1 comments

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

dbanka avatar Jan 17 '17 08:01 dbanka

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.

Saulis avatar Apr 21 '17 15:04 Saulis