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

Skal gjøre tabellene _quill-vennlige_ - bytter ut th med td, selv om … #2971

Merged
merged 2 commits into from
Jan 6, 2025

Conversation

charliemidtlyng
Copy link
Contributor

…det semantisk sett ikke er riktig så er dette kun innhold til pdf-generering

Hvorfor er denne endringen nødvendig? ✨

Quill støtter ikke th og mister dermed øverste rad i tabellen ved konvertering til html-felt. Med td så funker dette, men legger på fet tekst på overskriftene for at det skal bli likt som før.

…det semantisk sett ikke er riktig så er dette kun innhold til pdf-generering
Copy link
Contributor

@gunnsteingarmo gunnsteingarmo left a comment

Choose a reason for hiding this comment

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

Grei fiks inntil th blir støttet 👍

@@ -25,13 +25,13 @@ const lagInntektsperioder = (beløpsperioder?: IBeløpsperiode[]): string => {
return `<table style="margin-left: 2px; margin-right: 2px; border-collapse: collapse; ${borderStylingCompact}">
<thead>
<tr>
<th style="width: 110px; ${borderStylingCompact}">Periode</th>
<th style="width: 55px; word-wrap: break-word; ${borderStylingCompact}">Beregnet inntekt</th>
<td style="width: 110px; ${borderStylingCompact}" class="charlietest"><strong>Periode</strong></td>
Copy link
Contributor

Choose a reason for hiding this comment

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

Klassen finnes ikke 😅

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Faen, den skulle jeg slette etter å ha testet om klasser blir med hele veien tilbake 😰

Meget bra catch ;)

@charliemidtlyng charliemidtlyng merged commit f81428f into main Jan 6, 2025
1 check passed
@charliemidtlyng charliemidtlyng deleted the quill-vennlig-tabeller branch January 6, 2025 08:20
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.

4 participants