Skip to content
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): support providing selected rows to sync with external model #1055

Merged
merged 11 commits into from
Dec 18, 2024

Conversation

meriouma
Copy link
Contributor

No description provided.

@meriouma meriouma force-pushed the dev/table-selected-rows branch from 623371c to 9b3d779 Compare December 12, 2024 02:08
@@ -410,7 +417,7 @@ export const Table = <T extends object>({
rowNumbers,
providedColumns,
ariaLabelledByColumnId,
expandChildsOnRowSelection,
expandChildrenOnRowSelection,
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

C'est breaking juste pour la version snapshot.

@@ -671,7 +673,7 @@ export const MultipleSelectableExpandableSubRows: Story = {
},
];

const data: TableData<ExpandableData>[] = [
const data: TableData<ExpandableData>[] = useMemo(() => [
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Petit détail nécessaire dans la story, sinon le data change d'instance à chaque render.

Copy link

Storybook for this build: https://ds.equisoft.io/pr-1055/

Copy link

Webapp for this build: https://ds.equisoft.io/pr-1055/webapp/

@@ -32,40 +53,6 @@ export function calculateStickyHeader(
});
}

export function calculateStickyFooter(
Copy link
Contributor Author

@meriouma meriouma Dec 12, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Je sais pas pourquoi mais ces 2 fonctions n'étaient plus utilisées

@meriouma meriouma marked this pull request as ready for review December 12, 2024 03:56
@meriouma meriouma requested a review from a team as a code owner December 12, 2024 03:56
@meriouma meriouma merged commit f47d1d8 into master Dec 18, 2024
21 of 22 checks passed
@meriouma meriouma deleted the dev/table-selected-rows branch December 18, 2024 17:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants