We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi I can't make grid update after hiding some elements (divs.display = none) , how to deal with it?
The text was updated successfully, but these errors were encountered:
Hi! Try syncElements() method on grid, like grid.syncElements()
syncElements()
grid.syncElements()
Sorry, something went wrong.
Grid updates with grid.syncElements() but only after .remove() of items, so can't figure out how to turn grid back after search.
@malangfox Hi, seems like this problem has presence only with JustifiedGrid, tested on MasonryGrid and it reupdates immediately. Can you please check?
No branches or pull requests
Hi
I can't make grid update after hiding some elements (divs.display = none) , how to deal with it?
The text was updated successfully, but these errors were encountered: