-
Notifications
You must be signed in to change notification settings - Fork 5
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
base: main
Are you sure you want to change the base?
Conversation
|
…SFKUI-6935) fixes #157
5b3d1df
to
479942f
Compare
&--indented { | ||
padding-left: size.$padding-150; | ||
} | ||
|
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.
Vågar man ta bort denna?
Ersätts av td:nth-child(2)
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.
Varför just :nth-child(2)
? Påverkas det inte av om man har valbara rader eller ej?
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.
Jo, insåg just det. Så behöver hitta något bättre att gå på.
&--indented { | ||
padding-left: size.$padding-150; | ||
} | ||
|
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.
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 |
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.
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 |
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.
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.
https://forsakringskassan.github.io/designsystem/pr-preview/pr-202/components/table-and-list/table.html#expanderbara_rader