Edit: Erel's way is much simpler!
Author: @cklester (https://www.b4x.com/android/forum/threads/b4xtable-clearing-data.142729/post-904607)
Sub ClearB4XTable(xTable As B4XTable)
Dim lstData As List
lstData.Initialize
xTable.SetData(lstData)
End Sub
Note to Erel: this is not "cool":
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.