Need a special offer?Find out if your project fits.
+

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.

Answered
LUTJENS asked on June 26, 2015

1 answer

Public
Roman Petrusha 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>

Please login or Register to Submit Answer