When exporting treetable which have grouping in first field we see “-” for those field which are grouped.
https://snippet.webix.com/etgvflo2
export issue|690x416
Please refer above snippet and click on Group and export to excel
@NatashaS @Natalia_Shilova
Hello Harshvardhan_Gaddam,
To delete hyphens in tree-like structures you can use the plainOutput option with the true value.
Please check the example: Code Snippet
And another way to customize the output data is to use flatTree property.
Please take a look at the example: Code Snippet
This only removes these iphens right, no other stylings will be effected?
Hello Harshvardhan_Gaddam,
These ways remove only iphens without effecting the styles.
If you export with the parameter styles: true , then the styles will be saved.