ytsaurus / ytsaurus-ui

Web interface for YTsaurus.
https://ytsaurus.tech
Other
38 stars 16 forks source link

Add support truncated cell preview in dynamic tables #776

Open Flunt1k opened 4 days ago

Flunt1k commented 4 days 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.

vrozaev commented 3 days ago

SIG UI Weekly discussion:

Looks like we just need to build different api request for dynamic tables.