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

Need merged columns in a row #8

Open
solka03 opened this issue Nov 8, 2017 · 3 comments
Open

Need merged columns in a row #8

solka03 opened this issue Nov 8, 2017 · 3 comments

Comments

@solka03
Copy link

solka03 commented Nov 8, 2017

Hi,

We are passing rows and columns to table. Is it possible to create a table where I need a row with the single large column? Like this, you can see last row cover single column with long text.

image

@bebraw
Copy link
Member

bebraw commented Nov 9, 2017

I have an example of that here. Tweak CustomFooter to fit your needs.

@solka03
Copy link
Author

solka03 commented Nov 9, 2017

Thanks for the reply. In your example footer is under reactabular-table library, is it possible same thing using reactabular-easy ? Because reactabular-table passing rows and columns and it won't have Body or Footer. Like this ..

<easy.Table
rows={rows}
headerRows={headerRows}
columns={columnChildren}
..............
</easy.Table>

@bebraw
Copy link
Member

bebraw commented Nov 9, 2017

Not at the moment. I had a look at the implementation and it would need a small extension point to allow what you are suggesting. I could accept a PR.

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