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

Merge columns at page summary #902

Closed
wiltonlcsj opened this issue May 3, 2019 · 1 comment
Closed

Merge columns at page summary #902

wiltonlcsj opened this issue May 3, 2019 · 1 comment

Comments

@wiltonlcsj
Copy link

Is It exists how to merge columns at page summary? Something similar to what it occurs using grid group. I've tried to set colspan and hide the other column but mpdf is showing the column instead and not working properly.
When i look to the code it's generates always a <td> even if doesn't exists content generates a <td> with &nbsp, so i need to not generate that empty <td> and set a colspan to another closer <td>. Is it something like that or i must to do by myself?

<tr> at up is using group, so generates the colspan, at down, exists the page summary
image

@kartik-v
Copy link
Owner

Enhancement added now.

You can set pageSummaryOptions['colspan'] within the column configuration that will automatically validate the merging.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants