Is there any fast table components available for mobile devices (Android ,iOS) in Adobe Air?
Is there any fast table components available for mobile devices (Android ,iOS) in Adobe
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I think I know where your coming from with this question.. no mobile datagrid.
I used a combination of a List and ItemRenderer – has f all functionality, but
I just needed to display the data and accept a click on a certain row. May point you
in right direction.
AccountItemRenderer:
In my View class I used the item renderer as follows:
and at some point I set:
pseudoDataGrid.dataProvider = model.accounts;