Skip to content

The colspan and rowspan of the td tag of the table do not appear to be in effect #972

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

Closed
yangshen2000 opened this issue Jul 30, 2024 · 9 comments
Labels
bug Something isn't working

Comments

@yangshen2000
Copy link

hi
@yangshen2000 yangshen2000 added the bug Something isn't working label Jul 30, 2024
@yangshen2000
Copy link
Author

I'm trying to merge the cells in the table, but I'm having a problem

@matthewlipski
Copy link
Collaborator

matthewlipski commented Aug 7, 2024

Hi, this is a known issue - made a fix in #856 but waiting to merge as it changes how table blocks are represented in the API, so we will need to give users a way to migrate their existing documents to the new version.

@yangshen2000
Copy link
Author

Thank you for your reply, When will it be done?

@yangshen2000
Copy link
Author

yangshen2000 commented Aug 9, 2024

   <table style="min-width:1000px">
          <tr>
            <th colspan="1" rowspan="1" colwidth="100">123</th>
            <th colspan="1" rowspan="1" colwidth="120">123</th>
          </tr>
          <tr>
            <td colspan="2" colwidth="80" rowspan="1">123</td>
          </tr>
          </table>

#856 colwidth works , but colspan="2" does’t work

@yangshen2000
Copy link
Author

Hi, this is a known issue - made a fix in #856 but waiting to merge as it changes how table blocks are represented in the API, so we will need to give users a way to migrate their existing documents to the new version.

😁

@matthewlipski
Copy link
Collaborator

Ah sorry, I misread the title of your post. You're right, #856 only fixes the row widths, not the spans. We're taking a step back from this PR right now, but I'll see about fixing the spans when we get back to it.

@yangshen2000
Copy link
Author

thanks

@nperez0111
Copy link
Contributor

This will be fixed with: #1429

@nperez0111
Copy link
Contributor

Resolved with #1429

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants