File size: 209 Bytes
6020013
 
 
 
 
 
1
2
3
4
5
6

myDataList = [
    {"text": "Row 1", "description": "Description 1", "id": 1},
    {"text": "Row 2", "description": "Description 2", "id": 2},
    {"text": "Row 3", "description": "Description 3", "id": 3},
]