Chandra
03-28-2022Cloud Apps
Wrapping text in pdf export of pivot
Hello Community,
i am looking for a solution of wrapping text in pivot pdf export.
By using the below code i am able to wrap text in dashboard but not in pdf.
this.afterResultLoaded = function (args) {
$('table', args.element).css('table-layout', '');
}
If any solution for this to wrap text in pdf please provide..