After implementing this module, its js library and playing with it I realized something.
I don't know what to do with the items in the grid once you move them around.
What's the point of moving them if you can't save them the way you placed them?

How do we save the order and placement of the grid once they dragged to where you want?

Thanks in advance for your thoughts.

peace,
michael

Comments

pelicani’s picture

Issue summary: View changes
jelle_s’s picture

The project page clearly states this is just a library module:

This module does nothing by itself, it just provides the gridster library so that other modules can use it.

But I do agree it would be a nice feature. Maybe you could create a gridster_element.module that has a dependency on this module, and provides a FAPI element & theme function of some sort?

I'm also open for patches of course, if you'd rather have it bundled whit this module, but I'm currently too busy to write it myself.