test-space / testpkg /MyDataList.py
abhijitkumarjha88192's picture
First code coomit to check html and python api call working
9add385
raw
history blame contribute delete
209 Bytes
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},
]