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

Freeze bug #197

Closed
ubidval opened this issue Oct 27, 2023 · 4 comments
Closed

Freeze bug #197

ubidval opened this issue Oct 27, 2023 · 4 comments

Comments

@ubidval
Copy link

ubidval commented Oct 27, 2023

Hi,
I have a freeze bug when the HTML is converted to a pdfmake definition. When we have a row with several lines (greater than 2), JS freezes.

The HTML code used :

<table style="width: 100%;" data-pdfmake='{ "dontBreakRows": true }'>
    <tr>
        <th colspan="10" rowspan="1">Pourcentage du capital détenu</th>
        <th colspan="12" rowspan="1">Type de titre</th>
    </tr>

    <tr>
        <td colspan="10" rowspan="3">99.00</td>
        <td colspan="12" rowspan="1">Action simple</td>
    </tr>

    <tr>
        <td colspan="12" rowspan="1">Action de préférence</td>
    </tr>

    <tr>
        <td colspan="12" rowspan="1">Total</td>
    </tr>
</table>
@Aymkdn
Copy link
Owner

Aymkdn commented Oct 27, 2023

I've just left, for one week of vacation. If I can find a computer I'll see what I can do. So, please be patient.

@ubidval
Copy link
Author

ubidval commented Oct 27, 2023

No problem

@Aymkdn
Copy link
Owner

Aymkdn commented Oct 29, 2023

That should be fixed with v2.5.1

@Aymkdn Aymkdn closed this as completed Oct 29, 2023
@ubidval
Copy link
Author

ubidval commented Oct 30, 2023

Thanks

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

No branches or pull requests

2 participants