| ... | @@ -22,7 +22,7 @@ The query will return "data" as well as meta-data: |
... | @@ -22,7 +22,7 @@ The query will return "data" as well as meta-data: |
|
|
```JSON
|
|
```JSON
|
|
|
{
|
|
{
|
|
|
"meta": {
|
|
"meta": {
|
|
|
"total": "11", # (estimated) total size of table
|
|
"total": "11", # (estimated) total size enties in the table the user may select
|
|
|
"filtered": "11", # (estimated) number of rows in the current query
|
|
"filtered": "11", # (estimated) number of rows in the current query
|
|
|
"page": 1, # selected page
|
|
"page": 1, # selected page
|
|
|
"page_size": "10", # page size
|
|
"page_size": "10", # page size
|
| ... | | ... | |