I'm writting a field type module for CCK got a problem when styling the output.
My field type consists of several fields which I want to order in a table. The field type is used with multiple values so CCK uses a dragtable to handle multiple input fields in the edit form.

So now i have my table inside a cell of a sortable dragtable. The problem with this is that the table inside seems to destroy the drag&drop functionality . The sortable table is degraded and shows drop downs for ordering now.

Any help?
Is this a bug?
A Core or a CCK bug?