mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
table_rows => table_rows_count, filtered_table_rows => filtered_table_rows_count
Renamed properties. Closes #194
This commit is contained in:
parent
c1d37fdf2b
commit
a290f28caa
6 changed files with 17 additions and 15 deletions
|
|
@ -58,7 +58,7 @@ http://localhost:8001/History/downloads.json will return that data as JSON:
|
|||
"total_bytes",
|
||||
...
|
||||
],
|
||||
"table_rows": 576,
|
||||
"table_rows_count": 576,
|
||||
"rows": [
|
||||
[
|
||||
1,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue