Add support truncated cell preview in dynamic tables
Closed this issue · 1 comments
Flunt1k commented
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.
vrozaev commented
SIG UI Weekly discussion:
Looks like we just need to build different api request for dynamic tables.