Support for draggable rows inside of tables. Includes support for Angular scoping. #588
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This change will surround draggable table rows in a temporary table element during the mirror/clone stage upon drag. The temporary wrapper table then gets the table row's associated angular attribute. The angular attribute being attached to the wrapper table will allow the ".gu-mirror" css changes to apply to the table for at least angular 2 projects. Without this change, my table rows weren't getting the .gu-mirror css and didn't look proper while dragging.