61
Help for ParamQuery Pro / Re: exportRender not working
« Last post by jplevene on March 25, 2026, 11:15:20 pm »Even setting it to "false" didn't work.
It's not a problem for me as I just used "skipExport" and in "render" I do a different export for export.
Looking at it again, the API guide isn't clear as it says:
column.exportRenderType: Boolean
Rendered cell values ( otherwise raw cell data ) in this column are included in the exported data when this option is true.
This option overrides render parameter of exportData() method for the current column.
Maybe the second line above should be:
When this option is true (default), the rendered cell (if render is used) is exported, otherwise the raw cell data value is exported.
It's not a problem for me as I just used "skipExport" and in "render" I do a different export for export.
Looking at it again, the API guide isn't clear as it says:
column.exportRenderType: Boolean
Rendered cell values ( otherwise raw cell data ) in this column are included in the exported data when this option is true.
This option overrides render parameter of exportData() method for the current column.
Maybe the second line above should be:
When this option is true (default), the rendered cell (if render is used) is exported, otherwise the raw cell data value is exported.

Recent Posts