Table
Server Table
Table state such as filter, sort, and pagination is managed on the server.
{
"renderCount": 1,
"tableState": {
"globalFilter": "",
"pagination": {
"pageIndex": 0,
"pageSize": 10
},
"sorting": []
},
"url": "/users?page=1&page_size=10",
"filterQuery": {
"country": []
}
}Role | Country | Action | |
|---|---|---|---|
| Memuat data... | |||
Paginated Table
Server returned all the data then paginated on the client.
{
"renderCount": 1,
"globalFilter": "",
"pagination": {
"pageIndex": 0,
"pageSize": 10
},
"sorting": []
}Role | Country | Action | |
|---|---|---|---|
| Data tidak ditemukan | |||
Table
Server returned all the data then paginated on the client.
Role | Country | Action | |
|---|---|---|---|
| Data tidak ditemukan | |||