Unanswered: Event when a DataView has completed rendering
Unanswered: Event when a DataView has completed rendering
Morning,
I am trying to do some post processing of a dataview after it is rendered, but I can't find any event that tells me that the dataview is actually finished rendering all of the data after an update.
Am I missing something or does this not currently exist? Paint works on the very first instantiation, but not later (I am also using the PullRefresh plugin). Surely there is an event or callback somewhere that tells me when it has finished loading?