ytsaurus / ytsaurus-ui

Web interface for YTsaurus.
https://ytsaurus.tech
Other
37 stars 19 forks source link

Add support truncated cell preview in dynamic tables #776

Open Flunt1k opened 2 months ago

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

vrozaev commented 2 months ago

SIG UI Weekly discussion:

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