-
Notifications
You must be signed in to change notification settings - Fork 105
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
Unexpected behaviour with empty initial value #26
Comments
I had the same issue. It's because of the ScrollView inside the Grid. ScrollView can not be initialized with an empty array. A workaround is to check if the data are empty or not. See following link. For now I am using a copy of QGrid in my Project and I modified it like this (see 3rd line):
|
Anyway, I think QGrid should have any workaround |
Somehow, adding |
@Svantulden Where did you add |
If I take the example from the first post here:
This seemed to work for me |
WA mentioned above leads unpredicted behavior on tap gestures for me |
Hello! Here is an example where I expect the grid appears after button tap, but I got empty grid
However it works correctly if models value has at least one initial element. Can you explain what should I do in this case? Or is it a bug?
The text was updated successfully, but these errors were encountered: