Can i export table data with Column Group titles? Column Group titles are not export with download option.Tabulator didn't support with column groups?Help me to resolve,
Table Structure
`columns:[
{title:"Name", field:"name", width:160},
{//create column group
title:"Work Info",
columns:[
{title:"Progress", field:"progress", align:"right"},
{title:"Rating", field:"rating", align:"center"},
{title:"Driver", field:"car", align:"center"},
],
},
{//create column group
title:"Personal Info",
columns:[
{title:"Gender", field:"gender"},
{title:"Favourite Color", field:"col"},
{title:"Date Of Birth", field:"dob"},
],
},
],
`

Hey @anthonydonx
Im afraid this isnt currently possible, Tabulator only exports the base columns at the moment.
This will be coming in a future release though.
Cheers
Oli :)
Hi Oli, theres is a new about this request on 4.1 version or is on queue for next features?
Cheers!
Hey @alfredormorales
Thanks for getting in touch,
Just a note for the future, there is no need to post the same question across multiple issues, i get notified when any one post, so just one post is enough.
Yes this functionality came in version 4.1 and is enabled by default.
Cheers
Oli :)
Sorry Oli I don't see the duplicate label on this question, thank you for your response, I will upgrade to 4.1 for apply this new functionality.