hi
i have a tableView in my app, with is great and all but the thing is i want to add to it a new line with a new text every time
how can i do that ? i mean i now use :
tableView:insertRow( { isCategory = isCategory, rowHeight = rowHeight, rowColor = rowColor, lineColor = lineColor, params = {} -- Include custom data in the row }
and i understood you need to render the lines in advance and then use it in the params section
but can someone post an example of how it is done ? how to change the content in that parmas section ?
and can’t i use something inside the line that i didn’t rendered in the beginning when i created the table view ?
thnx…