dmk99 / react-pdf-table

Storybook Available
https://dmk99.github.io/react-pdf-table
MIT License
152 stars 62 forks source link

How to merge cell #36

Closed tuanhai2712 closed 2 years ago

tuanhai2712 commented 3 years ago

I want to make Table like this. How can I do it ???? Capture

dmk99 commented 3 years ago

Unfortunately the library was not created with the explicit ability to merge cells but you should be able to achieve something similar by taking a look at the nested tables example.

Direct link: https://dmk99.github.io/react-pdf-table/iframe.html?id=table--nested-tables

the code can be found here: https://github.com/dmk99/react-pdf-table/blob/master/stories/components/story/NestedTables.tsx

To get the columns with different widths refer to the weighting example in the readme.

Hopefully this helps.