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

fix: use slot content for expandable rows in FInteractiveTable (refs SFKUI-6935) #202

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

MCFK
Copy link
Collaborator

@MCFK MCFK commented Jan 10, 2025

Copy link

github-actions bot commented Jan 10, 2025

PR Preview Action v1.5.0
🚀 Deployed preview to https://Forsakringskassan.github.io/designsystem/pr-preview/pr-202/
on branch gh-pages at 2025-01-10 10:03 UTC

@MCFK MCFK force-pushed the fix/SFKUI-6935-expandable-row branch from 5b3d1df to 479942f Compare January 10, 2025 10:00
&--indented {
padding-left: size.$padding-150;
}

Copy link
Collaborator Author

@MCFK MCFK Jan 10, 2025

Choose a reason for hiding this comment

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

Vågar man ta bort denna?
Ersätts av td:nth-child(2)

Copy link
Contributor

Choose a reason for hiding this comment

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

Varför just :nth-child(2)? Påverkas det inte av om man har valbara rader eller ej?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Jo, insåg just det. Så behöver hitta något bättre att gå på.

&--indented {
padding-left: size.$padding-150;
}

Copy link
Contributor

Choose a reason for hiding this comment

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

Varför just :nth-child(2)? Påverkas det inte av om man har valbara rader eller ej?

<f-table-column name="id" title="Id" shrink> {{ row.id }} </f-table-column>
<f-table-column name="date" title="Datum" type="date"> {{ row.date }} </f-table-column>
<f-table-column name="amount" title="Summa" type="numeric">
{{ row.sum }} kronor
Copy link
Contributor

Choose a reason for hiding this comment

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

Hade man kunnat skriva ett jest-test eller komponent-test som säkerställer att i det här fallet skrivs det ut exempelvis "200 kr" istället för bara "200" som det blir före buggrättningen?

@@ -55,31 +55,8 @@ Med expanderbara rader går det att skapa ytterligare tabellrader som visas när
För att skapa expanderbart innehåll som följer existerande kolumner så krävs det att `expandable-attribute` är satt och `expandable` slot inte används.
Innehållet måste då följa samma datastruktur som ordinarie rader.

Se nedan exempel av data som kan användas för att generera en expanderbar rad som innehåller två tabellrader.

```js static
Copy link
Contributor

Choose a reason for hiding this comment

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

Egentligen ser jag gärna att detta finns kvar utöver körbart exempel men det kanske bara är jag? Det jag tycker är nice med att visa statisk kod är att här är det bara den relevanta delen, jag behöver inte mentalt filtrera bort allt irrelevant i exemplet.

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.

2 participants