-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: initial table sort #805
Conversation
Visit the preview URL for this PR (updated for commit 87f7aa1): https://prizm-v3--pr805-feat-table-sort-init-hd9m11nv.web.app (expires Mon, 16 Oct 2023 12:45:37 GMT) 🔥 via Firebase Hosting GitHub Action 🌎 Sign: 6cf3db9b3e1bf46180849c1db2e28221d0904ddf |
Visit the preview URL for this PR (updated for commit 87f7aa1): https://prizm-v2--pr805-feat-table-sort-init-pcv914fj.web.app (expires Mon, 16 Oct 2023 12:48:54 GMT) 🔥 via Firebase Hosting GitHub Action 🌎 Sign: ab7e21e23e82e687a92ac5a830ac2768df6e61b5 |
Visit the preview URL for this PR (updated for commit 87f7aa1): https://prizm-v1--pr805-feat-table-sort-init-oqzu8uxt.web.app (expires Mon, 16 Oct 2023 12:48:38 GMT) 🔥 via Firebase Hosting GitHub Action 🌎 Sign: 3f40bac4652dbd13be483e7e4de02de469ed4b3f |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Base Sort пример.
При переходе к примеру в нем отображается включенной сортировка "сверху-вниз" в первом столбце, при этом отображение данных в таблице не соответсвует этой сортировке.
Данные представлены в дефолтном состоянии, т.е. соритровка не выполнена
Если сделать клик по кнопке сортировке в первом столбце, то сортировка выключается, т.е. используется некое дефолтное отображение данных. В данном случае оно не отличается от начального состояния примера.
При дальнейшем использовании сортировки - она отрабатывает корректно во всех направлениях.
feat(doc/table): initial table sort example #126
feat(components/table): initial table sorter added if not set #126