-
Notifications
You must be signed in to change notification settings - Fork 930
colspan Support like spanning table #1499
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
Comments
ref : #1441 |
@wdh2100 i have gone through above referenced feature but i am not sure how grouping solves the issue . |
The only way I see of doing something like that is to have a column that takes in an array of data and then to use customBodyRender to render the data in the cell. The individual sub-cells would need to be divs rather than tds. |
Thanks @patorjk with this i will be able to achieve the table look ,but when download the table then it will display the cells as object rather than the customized cell . |
Check out the onDownload option. You can override how the data is put together. Example:
One idea could be to copy the data object, and then process the data in the copy to display how you'd like, and then pass that data object to the buildBody function. |
I wanted to recreate table structure similar to this

I have tried customHeadRender and customBodyRender buts since i am able to customize individual cell but cannot group cells together i am not able to achieve the requirement.
please let me know if i am missing anything.
Thanks in Advance
The text was updated successfully, but these errors were encountered: