We're successfully using TableField in several projects, and it works great. But the most requested feature is to be able to drag the rows into different order within the node editing screen.

Currently, we re-import the CSV each time there's a change. It would be awesome to be able to utilize the built-in Drupal "drag-and-drop" behavior to reorder a table.

Comments

knalstaaf’s picture

CCK Table Field may provide a tad more flexibility when it comes to ordering, but it's still a rudimentary approach…

jenlampton’s picture

Status: Active » Closed (duplicate)

I've implemented a patch over in #2578261: insert new row in the middle or rearrange rows that would allow the table to be rearranged. I believe that's what you meant (not sorted?) so I'm going to close this issue as a dupe of that one.