Skip to content

Can not render data in table #173

@sharmistha071

Description

@sharmistha071

@ratiw If i change api-url="http://127.0.0.1:8000/api/items/", then tableData became null. Here's my api structure:
{
"count": 11,
"next": "http://127.0.0.1:8000/api/items/?page=2",
"previous": null,
"results": [
{
"id": 1,
"name": "Item One",
},
{
"id": 2,
"name": "Item Two",
},
]
}

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