Open Flunt1k opened 2 months ago
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
SIG UI Weekly discussion:
Looks like we just need to build different api request for dynamic tables.
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.