How can I hide the field list when the pivot table appears on a web page ?? Always when I call the web page with pivot table, appears the data and the field list, them is necessary to clik OK or CANCEL to hide the field list. I want that appears the web page with the pivot table and data.
posted on June 26th, 2015
Answered
LUTJENS
asked on June 26, 2015
1 answer
Public
Roman Petrusha ⋅Flexmonster⋅ June 28, 2015
Hi!
It's easy 🙂
Turn off configuratorActive parameter in configuration xml file like this
<params>
<param name="configuratorActive">false</param>
.......
</params>