GitHub Issue | n/a |
Type | Improvement |
Priority | n/a |
Status | Resolved |
Resolution | Needs more info |
Resolution Date | 2015-11-13T18:23:43.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | Alloy, Appcelerator Modules, Studio |
Labels | alloy, onclick, tableview, tableviewrow, tableviewsection, titanium |
Reporter | krishnaveni |
Assignee | Shak Hossain |
Created | 2015-04-23T06:03:38.000+0000 |
Updated | 2015-11-13T18:23:43.000+0000 |
I have developed one application based a below tree structure:
Default :
Category
Category
Category
While clicking the category :
Category
Sub Category
Product
Category
Category
Some times:
Category
Category
Product
Category
Here i have to implement this concept using the tableview.
Yes i have created the tableview and then i have created the tableviewsection .i have added the categories in the tableviewsection.i have created the tableviewrow within the tableviewsection. If i have clicking the selected category, i have added the subcategory values in these tableviewrow. But some category having the subcategory ... some of the category doesnot have the subcategory.straightly having the products.So can you please explain me
Here the categories are listed.But if am clicking the category it will listed out the subcategory.But i can't view the subcategory. Can you check with this and give me a solution
Please see my attachment code:
Hello Can you take a look at the below code? Event listener in tableview custom section is working when you click on the custom view. Thanks.