-
Notifications
You must be signed in to change notification settings - Fork 352
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
feat(Table,misc): rewrite column management demo, remove old dnd examples #11295
base: main
Are you sure you want to change the base?
Conversation
Preview: https://patternfly-react-pr-11295.surge.sh A11y report: https://patternfly-react-pr-11295-a11y.surge.sh |
@kmcfaul can you open an issue to track the DragDropSort bug you mention above? |
Opened #11312 |
2fdd4ed
to
547121b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Overall looks great, I did see a bug in the dragable column management demo where the table stops rendering if the drag is done before any columns are toggled on or off that we probably want to fix before merging.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Other than the above this lgtm
547121b
to
e9ec848
Compare
Closes #11190.
Also slightly touches up the basic column management demo as the changes to Modal are the same.
There is an issue with
DragDropSort
I've noticed but haven't yet debugged, that the DataListItems it creates internally are for some reason duplicating theDataListItemControl
component for theDataListCheck
, giving it extra padding. I'm not sure why this is happening, as it doesn't occur in theDragDropSort
DataList example even with the same content code structure.