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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
A static table has a truncated cell preview mode, but it does not work for dynamic tables.
This is because data is currently retrieved using the read_table endpoint, but for dynamic tables select_rows should be used.
read_table
select_rows
The text was updated successfully, but these errors were encountered:
SIG UI Weekly discussion:
Looks like we just need to build different api request for dynamic tables.
Sorry, something went wrong.
Flunt1k
No branches or pull requests
A static table has a truncated cell preview mode, but it does not work for dynamic tables.
This is because data is currently retrieved using the
read_table
endpoint, but for dynamic tablesselect_rows
should be used.The text was updated successfully, but these errors were encountered: