I'd like to be able to show a completely empty pivoted grid to users, so that they can set the initial pivots by default. When trying to use runQuery with an empty slice, it still seems to be showing one column like here http://jsfiddle.net/b49q0te1/ . Am I missing something simple?
Hello, Patrick,
Thank you for posting to our Support Forum.
There is a showDefaultSlice
property allowing to turn off the default slice and to show the empty grid. For more details please refer to our docs: Options Object.
Please let me know if the information above was helpful.
Regards,
Tanya
Thanks Tanya, I think I figured out how to do what I need!