Hacker News new | ask | show | jobs
by jsmcallister 5068 days ago
Very nice. Hopefully there's a simple way to take the serialized position array and parse out an order. Would be nice to use this plug-in to allow users to easily rank and group objects.
1 comments

You actually can.

Have a look at the serialize() API method, as well as the serialize_params options attribute.

It's what we use at Ducksboard to let users arrange widgets in their dashboards.