I have some columns that have formatting, such as this one that may display a %.
$col["formatter"] = "function(cellval,options,rowdata){ if(cellval){return cellval+'%'}else{ return ''}; }";
Is there a way to get this to also get pushed to the excel export without customizing? Is there something like $col["export]["formatter"] or something similar?
Thanks in advance,
Bruce Rick
2 Answers
Hello,
This is doable with on_render_excel callback event.
I'm preparing a demo and will be emailing you back.
Your Answer