Skip to content

Section List Implmentation #51

Open
@AppDevloper23

Description

@AppDevloper23

i have a data list like this ```
"data": {
"hotels": [
{
"id": "happiness_guesthouse",
"name": "Happiness Guesthouse",
"region_id": 6056164
},
{
"id": "478_msl_pak_chong",
"name": "478 MSL. Pak Chong",
"region_id": 6056164
},
{
"id": "the_pino_hotel_pakchong",
"name": "The Pino Hotel Pak-Chong",
"region_id": 6056164
},
{
"id": "baanthai_norway_pak_chong",
"name": "BaanThai Norway Pak Chong",
"region_id": 6056164
},
{
"id": "rachamanee_resort",
"name": "Rachamanee Resort",
"region_id": 6056164
}
],
"regions": [
{
"id": 6056164,
"name": "Pak Chong",
"type": "City",
"country_code": "TH"
},
{
"id": 6159488,
"name": "Le Paquier",
"type": "City",
"country_code": "CH"
},
{
"id": 6304681,
"name": "Pak Khlong",
"type": "City",
"country_code": "TH"
},
{
"id": 6307227,
"name": "Pak Tako",
"type": "City",
"country_code": "TH"
}
]
}



the best solution for this is section list. i have try but there were multiple. 

any solution for this

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions