Hello Erel!
Thank you for your response!
I've used the B4XTable in several cases.
This time, I need a fast way to add programmatically a new row to the table, without the need to press a button out of the table.
As I can understand, the Inline Editing feature refers only to created rows.
I want to use the table as a multirecord data entry component, so I need to add a new empty row, so the user can edit the row afterwards.
I've tried to SetData an empty list, when clicking at an empty cell but it crashes!