Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for draggable rows inside of tables. Includes support for Angular scoping. #588

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

adamitchell
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant