Official Support Area, Q&As, Discussions, Suggestions and Bug reports.
Forum's Guidelines
In the next version of Pivot package we will introduce an option in map
property for you to change all the data field zone content instead of single field map. In the meantime you could use CSS rules to change the content like this:
<!-- MyReport.view.php -->
<style>
.pivot-data-field-zone:after {
content: "Hello world"; /* replace "Hello world" with your content */
}
.pivot-data-field-content {
display: none;
}
</style>
Rgds,
To map the whole data fields zone in excel export you would need both updated Pivot and Excel packages. If you don't want to wait for the next release pls send an email to support@koolreport.com / support@koolphp.net mentioning this topic. We will send you development versions of the packages. Tks,
Let KoolReport help you to make great reports. It's free & open-source released under MIT license.
Download KoolReport View demo