# Fix last row disappearing when dragging a row in the table Fixes https://github.com/twentyhq/core-team-issues/issues/836 The issue came from the fact that the provided placeholder was not mounted at the right place (after the footer when it should be mounted before it). I created a context to which we can pass the placeholder. We can use this placeholder anywhere inside the table by using `RecordTableBodyDroppablePlaceholder`. ## Before https://github.com/user-attachments/assets/39a2e45b-6d97-4450-bfee-12135a873a1d ## After https://github.com/user-attachments/assets/ca126819-67f2-4358-b644-85172fef3b8f
Run yarn dev while server running on port 3000