We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
These fields represent counts of items:
"table_rows": 131, "filtered_table_rows": 8,
But the names make it sound like they might be arrays full of rows. Adding a _count suffix would make this more clear:
_count
"table_rows_count": 131, "filtered_table_rows_count": 8,
The text was updated successfully, but these errors were encountered:
table_rows_count is always the total number of rows in the table.
table_rows_count
Sorry, something went wrong.
Maybe table_rows_filtered_count would be more aesthetically pleasing than filtered_table_rows_count.
table_rows_filtered_count
filtered_table_rows_count
a290f28
No branches or pull requests
These fields represent counts of items:
But the names make it sound like they might be arrays full of rows. Adding a
_count
suffix would make this more clear:The text was updated successfully, but these errors were encountered: