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 fixed position items #1832

Open
tomaszrondio opened this issue May 7, 2020 · 4 comments
Open

Support fixed position items #1832

tomaszrondio opened this issue May 7, 2020 · 4 comments

Comments

@tomaszrondio
Copy link

tomaszrondio commented May 7, 2020

Please add possibility to have elements that will always stay at position X in given list.
No matter what user drags and drops these items are always keeping their positions.

example list before manipulation:

  1. item 1
  2. item 2
  3. FIXED ITEM
  4. item 4

action: move item 4 to position 0

result:

  1. Item 4
  2. Item 1
  3. FIXED ITEM
  4. item 2
@natedunn
Copy link

I would definitely love to see this.

@ddemoss222
Copy link

This is a wonderful idea. I would use this for sure. A great use case for an inline element that functions like a button, for example an "add object" button. In that case it would remain fixed as the last element.

@Maksim-Maksimenko
Copy link

Any update about this issue?

@natedunn
Copy link

@Maksim-Maksimenko react-beautiful-dnd has been deprecated.

#2672

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

No branches or pull requests

4 participants