How to resolve display issues when implementing 'Select All' functionality #3888
Unanswered
callmeitachi
asked this question in
Q&A
Replies: 1 comment 2 replies
-
first, you use |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I'm very interested in the Leptos framework. Recently, I've been trying to use this framework for some projects, but I encountered a problem when implementing the 'select all' functionality. If I only click the 'select all' button, it works normally. However, if I first click on individual rows and then click the 'select all' button, previously clicked rows don't get selected during the full selection, or when deselecting all, the previously selected rows remain visibly selected. The checked property changes correctly, but the UI doesn't display properly. Here's the code I've written:
Beta Was this translation helpful? Give feedback.
All reactions