-
Notifications
You must be signed in to change notification settings - Fork 64
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
[WIP] Table Updates #2506
base: table-refactor-integration
Are you sure you want to change the base?
[WIP] Table Updates #2506
Conversation
|
Size Change: +95 B (+0.01%) Total Size: 1.38 MB
ℹ️ View Unchanged
|
packages/table/src/Table/Table.tsx
Outdated
'data-lgid': lgidProp = LGIDS.root, | ||
...rest | ||
}: TableProps<T>, | ||
containerRef: ForwardedRef<HTMLDivElement>, | ||
) => { | ||
const baseFontSize: BaseFontSize = useUpdatedBaseFontSize(baseFontSizeProp); | ||
const { theme, darkMode } = useDarkMode(darkModeProp); | ||
//TODO: find a better way to do all these checks |
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.
maybe make a hook that returns all of this
…/table-multiline-support
…green-ui into shaneeza/table-memoized
…en-ui into shaneeza/table-multiline-support
...rowsCopy[i], | ||
id: `${rowsCopy[i].id}-expandedContent`, | ||
original: { | ||
// TODO: move outside of original |
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.
TODO
✍️ Proposed changes
WIP - Lots of cleaning up to do and things are still changing.
🎟 Jira ticket: Name of ticket
✅ Checklist
For bug fixes, new features & breaking changes
yarn changeset
and documented my changesFor new components
🧪 How to test changes