This commit is contained in:
@@ -367,7 +367,7 @@ export default {
|
|||||||
style: `.example {
|
style: `.example {
|
||||||
color: blue;
|
color: blue;
|
||||||
}`,
|
}`,
|
||||||
jsPrerender: `function ayPrepareData(reportData){
|
jsPrerender: `async function ayPrepareData(reportData){
|
||||||
//this function (if present) is called with the report data
|
//this function (if present) is called with the report data
|
||||||
//before the report is rendered
|
//before the report is rendered
|
||||||
//modify data as required here and return it to change the data before the report renders
|
//modify data as required here and return it to change the data before the report renders
|
||||||
|
|||||||
Reference in New Issue
Block a user