gravity-ui / uikit

https://gravity-ui.com
MIT License
516 stars 84 forks source link

feat(Table): add filter to colum settings #1627

Closed polikashina closed 3 weeks ago

polikashina commented 1 month ago

Added search for column settings for withTableSettings HOC https://st.yandex-team.ru/UXRFC-485

gravity-ui-bot commented 1 month ago

Preview is ready.

gravity-ui-bot commented 1 month ago

Playwright Test Component is ready.

gravity-ui-bot commented 3 weeks ago

Visual Tests Report is ready.

amje commented 3 weeks ago

Can we remove the delay?

https://github.com/gravity-ui/uikit/assets/3368839/747c08c1-ea36-44ad-9b2f-9ff5ba2e9dac

polikashina commented 3 weeks ago

Can we remove the delay?

2024-06-08.22.53.39.mov

There is a delay because of debounce. It is possible to set it to 0ms

amje commented 3 weeks ago

Can we remove the delay? 2024-06-08.22.53.39.mov

There is a delay because of debounce. It is possible to set it to 0ms

Let's set to 0. There is no reason to wait user finishes input

polikashina commented 3 weeks ago

Can we remove the delay? 2024-06-08.22.53.39.mov

There is a delay because of debounce. It is possible to set it to 0ms

Let's set to 0. There is no reason to wait user finishes input

done