-
-
Notifications
You must be signed in to change notification settings - Fork 28
Open
Description
I have been playing around using child rows in datatables along with the row reorder, but currently the child rows are not fully supported when reordering rows, so I have begun to work on a fix.
In order to better support the reordering of rows with attached children the following needs to happen:
- When creating the floating 'clone' row we should check for children, and if there are children rows we should include them inside the 'clone'.
- The border which is drawn around both the clone, and the original row when it is changing rows in the table needs to be extended to include any and all child rows.
- When the original row is moved upward in the table the child row needs to move with it(currently the child row only moves downward in the table with its parent.
- After the user moves a row the table is redrawn which automatically closes all of the child rows. If a table has a child row there needs to be an event listener for the 'redraw' event which will reopen any child row which was automatically closed.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels