-
Notifications
You must be signed in to change notification settings - Fork 59
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
How can I select a row i need selected items #11
Comments
Custom your own renderRow and use a flag in the row data item may help. |
@erichua23 can you give a hint how to do that? I'm stuck there as well. I have a "selected" flag that changes when the row is selected, but i noticed that the function renderRow never gets called (re-rendered) when i use forceUpdate() inside selectItem function. The only time the background of the selected row changes, is when i'm searching (keyboard opened). Is this a bug or something is missing? |
@Phuzer Have you solved this problem? I have the same problem now. |
It works for me
|
Is there any option ?? I am getting selected items but i cannot add Active class to it ..
I have added a indexNum and isSelected(bool) to my array
it is selecting after a hot re-load .
The text was updated successfully, but these errors were encountered: