primevue icon indicating copy to clipboard operation
primevue copied to clipboard

DataTable: Scrolling down the browser does not allow insertion at the end of a line

Open suntel-nagamine opened this issue 2 years ago • 0 comments

Describe the bug

Reorder function in DataTable, but when I scroll down the browser The drag position seems to be misaligned, and I cannot insert the last row even if I drag it to the last row.

  • No scrolling datatable_reorder1-1

  • Scrolled datatable_reorder2-2

Reproducer

No response

PrimeVue version

3.16.0

Vue version

3.x

Language

TypeScript

Build / Runtime

Vite

Browser(s)

No response

Steps to reproduce the behavior

  1. Scroll down
  2. Drag the first row to the last row

Expected behavior

I want to be able to move lines to the last line as if I'm not scrolling.

suntel-nagamine avatar Aug 17 '22 04:08 suntel-nagamine