salvattore
salvattore copied to clipboard
Salvattore strips elements of the grid from their container
Hi,
after trying to make appendElements work I decided to give up and try adding a new grid to the page using recreateColumns. Well here is what happens (just press the green button): https://www.ridble.com/produttori/apple/
I can't also make any of these API work with jQuery, but at this point I don't really care...
try using registerGrid instead of recreateColumns after ajax complete. That worked for me.
Had the same issue. Calling registerGrid
before recreateColumns
(or rescanMediaQueries
) solves it.
Is this the proper way to solve it, though? Feels like the "previous" grid should be destroyed somehow.