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

Place row above the drop target #63

Open
Wideweb opened this issue Jun 5, 2018 · 0 comments
Open

Place row above the drop target #63

Wideweb opened this issue Jun 5, 2018 · 0 comments

Comments

@Wideweb
Copy link

Wideweb commented Jun 5, 2018

Hi, I noticed that row is placed below the drop target, if we move it to a higher position in the table.
This can be due to the code on the 220 line:

if (uiGridDraggableRowsCommon.fromIndex >= uiGridDraggableRowsCommon.toIndex) { uiGridDraggableRowsCommon.toIndex += 1; }

I would like the row to be placed above the drop target at all times, whether we move it higher or lower in the table. Could you make this logic configurable?

Thanks.

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

No branches or pull requests

1 participant