KiranJasvanee / InfinityExpandableTableTree

Provides a tableview cells expansion (expanding cell area - subcells'), you can expand cells up to level ∞-1. Use Dynamic JSON Tree structure to initialise, or use static initialisers - Indexing/Swifty Closures.
MIT License
167 stars 45 forks source link

How to display custom title? #10

Open afzaal-proleadsoft opened 6 years ago

afzaal-proleadsoft commented 6 years ago

currently node.index display index of each cell like "0.1" ...., i want to display custom title for each cell, like "name" key of each children

children json

"children": [ { "sub_id": "20", "cat_id": "1", "name": "Cars", "category_url": "cars", "id": "20" }, { "sub_id": "21", "cat_id": "1", "name": "Motorbikes & Scooters", "category_url": "motorbikes-scooters", "id": "21" }}

AdnanMajeed06 commented 6 years ago

@afzaal-proleadsoft did you find any solution?