We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello, I'm using mui-datatables and I'm trying to implement react-beautiful-dnd. My issue is that the row is not full width when dragging.
Any idea?
https://codesandbox.io/s/wonderful-kirch-ggu9jk?file=/src/TableParent.tsx
The text was updated successfully, but these errors were encountered:
The react-beautiful-dnd Tables page describes the 2 strategies available to handle this: https://github.com/atlassian/react-beautiful-dnd/blob/master/docs/patterns/tables.md#strategies
Strategy #2 is probably what you want.
Sorry, something went wrong.
No branches or pull requests
Hello, I'm using mui-datatables and I'm trying to implement react-beautiful-dnd. My issue is that the row is not full width when dragging.
Video.mov
Any idea?
https://codesandbox.io/s/wonderful-kirch-ggu9jk?file=/src/TableParent.tsx
The text was updated successfully, but these errors were encountered: