I would like to provide the user a button to show/hide the toolbar of the pivot grid. Can this be done?
Hi Samuel!
We don't have a special API call but you can try standard jquery approach
$("#fm-toolbar-wrapper").show()
to show toolbar and
$("#fm-toolbar-wrapper").hide()
to hide it.
Regards,
Roman