Android Question How to add a row at the begining of CustomView.Table

joaquinortiz

Active Member
Licensed User
Longtime User
Hello, I'm using in my app a Table Class with Customview.Table

The version of the class is:
'Table CustomView
'Version 3.20

When I have to add a row....I want to insert it in the first row instead of the last one.

Any Sample?
 

DonManfred

Expert
Licensed User
Longtime User
InsertAt(0)?
 
Upvote 0

Pravee7094

Active Member
I searched for FlexibleTable and I don't find a guide on this tool.
Try this one
 
Upvote 0

klaus

Expert
Licensed User
Longtime User
Last edited:
Upvote 0
Top