Official Support Area, Q&As, Discussions, Suggestions and Bug reports.
Forum's Guidelines
In PivotMatrix you can click an icon to expand all items for any fields. Perhaps you can write a js function to evoke that icon's click once PivotMatrix is ready like this:
<script>
function expandAllUsers() {
//look for Users' Expanding All icon and call click
...
}
</script>
<?php
PivotMatrix::create(array(
...
"onReady" => "function() {
expandAllUsers();
}"
));
?>
Be noticed that PivotSQL is not the most efficient for expanding all nodes because each node expanding requires one sql query executing.
Let KoolReport help you to make great reports. It's free & open-source released under MIT license.
Download KoolReport View demo