You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: