Skip to content

Commit

Permalink
feat(Table,misc): rewrite column management demo, remove old dnd exam…
Browse files Browse the repository at this point in the history
…ples
  • Loading branch information
kmcfaul committed Nov 27, 2024
1 parent b0877b3 commit 2fdd4ed
Show file tree
Hide file tree
Showing 5 changed files with 523 additions and 1,044 deletions.

This file was deleted.

This file was deleted.

6 changes: 5 additions & 1 deletion packages/react-table/src/demos/Table.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,12 @@ NavItem,
NavList,
PageSidebar,
PageSidebarBody,
Modal,
ModalHeader,
ModalBody,
ModalFooter,
} from '@patternfly/react-core';
import { Table as TableDeprecated, TableHeader, TableBody } from '@patternfly/react-table/deprecated';
import { DragDropSort } from '@patternfly/react-drag-drop';
import CheckIcon from '@patternfly/react-icons/dist/esm/icons/check-icon';
import CloneIcon from '@patternfly/react-icons/dist/esm/icons/clone-icon';
import CodeIcon from '@patternfly/react-icons/dist/esm/icons/code-icon';
Expand Down
Loading

0 comments on commit 2fdd4ed

Please sign in to comment.