You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi all,
I need to save the default positions of the grid items on a button click.
I'm able to save and reload the grid items. but, after resetting the grid items, if I hit F5 it is taking me back to previous grid positions.
I want to save default positions on a click. please help.
// I'm not able to save the default grid positions after this line of code.
$grid.packery('reloadItems');
thanks in advance.
The text was updated successfully, but these errors were encountered:
Hi all,
I need to save the default positions of the grid items on a button click.
I'm able to save and reload the grid items. but, after resetting the grid items, if I hit F5 it is taking me back to previous grid positions.
I want to save default positions on a click. please help.
// I'm not able to save the default grid positions after this line of code.
$grid.packery('reloadItems');
thanks in advance.
The text was updated successfully, but these errors were encountered: