-
Notifications
You must be signed in to change notification settings - Fork 24
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
PORTALS-2651 - ACT / Data access components #1540
PORTALS-2651 - ACT / Data access components #1540
Conversation
nickgros
commented
Jan 31, 2025
- Update DataAccessRequestAccessorsEditor to remove react-bootstrap
- Update UserSearchBox and AccessRequirementSearchBox to remove react-bootstrap
- Update AccessApprovalsTable and AccessRequestSubmissionTable to remove react-bootstrap, use @tanstack/react-table
- Update DataAccessRequestAccessorsEditor to remove react-bootstrap - Update UserSearchBox and AccessRequirementSearchBox to remove react-bootstrap - Update AccessApprovalsTable and AccessRequestSubmissionTable to remove react-bootstrap, use @tanstack/react-table
@@ -81,92 +80,88 @@ export default function DataAccessRequestAccessorsEditor( | |||
|
|||
return ( | |||
<> | |||
<Form.Group> |
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.
remove bootstrap Form.Group
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.
import { | ||
createColumnHelper, | ||
getCoreRowModel, | ||
SortingState, | ||
useReactTable, | ||
} from '@tanstack/react-table' |
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.
now use @tanstack/react-table
import { | ||
createColumnHelper, | ||
getCoreRowModel, | ||
SortingState, | ||
useReactTable, | ||
} from '@tanstack/react-table' |
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.
now use @tanstack/react-table
- Remove undesired Typography
})} | ||
</tbody> | ||
</Table> | ||
<div className="AccessApprovalsTable"> |
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.
})} | ||
</tbody> | ||
</Table> | ||
<div className={'AccessSubmissionTable'}> |
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.