Skip to content
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

DataTable: タブを跨いで一括選択されてしまう #108

Merged
merged 5 commits into from
Jul 7, 2020

Conversation

kinokoruumu
Copy link
Contributor

close #103

@kinokoruumu kinokoruumu requested a review from youchann July 7, 2020 04:56
@kinokoruumu kinokoruumu self-assigned this Jul 7, 2020
Copy link
Contributor

@maktak1995 maktak1995 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

storybookのタブの内容が少し気になりました。
でも動作自体は大丈夫なのでLGTMです!

},
{
label: "5~9",
filter: (data) => data.filter((item) => item.id >= 5),
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

label が ID を指しているのであればこの条件だとこのタブのlabelは"5 ~ 14"のほうがいい気がします
もしくは "5 ~" とかでしょうか
でも指しているのがnameなのであれば"9name"が最大なのでこのままでも大丈夫ですかね?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ほんとだw
コピペとdata追加の弊害だ
修正しておきます!

@kinokoruumu kinokoruumu merged commit f9d4fea into master Jul 7, 2020
@kinokoruumu kinokoruumu deleted the issue-103 branch July 7, 2020 05:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

DataTable: タブを跨いで一括選択されてしまう
2 participants