I thought this problem was fixed ages ago but…
/Users/jenkins/slaveroot/workspace/Templates/label/android/subrepos/widget/widgetLibrary/widget\_tableview.lua:1266: attempt to index field 'parent' (a nil value) stack traceback: at (Unknown Function) (/Users/jenkins/slaveroot/workspace/Templates/label/android/subrepos/widget/widgetLibrary/widget\_tableview.lua:1266) at (Unknown Function) ((tail call)) at ? (?:0) at (Unknown Function) (?:0)
I’ve checked the git and line 1266 is
if ( self.\_rows[table.maxn(self.\_rows) - 1].y ) then
which offers no help at all.
Note: on my onRowRender() function I am checking if event.row is a valid display object before processing the callback.