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

Email

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

Email

Country

Action

Data tidak ditemukan

Table

Server returned all the data then paginated on the client.

Role

Email

Country

Action

Data tidak ditemukan