[jQuery] Sortables: configurable display-style?

[jQuery] Sortables: configurable display-style?


Hello group,
i noticed that Sortables always appends a inline-style with hard-coded
displaystyle 'block' , at least for div's, to the dragged object.
Grmpf. Not very usable when your display-style is "table-row" or other
table-like styles...
It would be nice if we could have configurable displaystyles:
...
displaystyle : ($.browser.msie) 'block' : 'table-row',
...
with a default to 'block' to prevent existing applications to break.
With this changes i think we can have sortable table-like structures.
IE6 does nice with block and float_left, so does Firefox 2 with table-
row and table-cell... Other browsers than that i have not tested.
Any comments?
Best regards,
frank aka dfd