Flexmonster Software License Agreement (“Agreement”) has been revised and is effective as of September 30, 2025.
The following modifications were made:
Grammatical and editorial changes.
Article 1. DEFINITIONS was revised. Namely, the following definitions were amended: “Flexmonster Software”, “Flexmonster Website”, “Production Key”, “Proprietary Code”.
Additional Open-Source Components were added to Annex No.1.
The modified version of Agreement is available here.
Downloading, installing, and/or continuing to use Flexmonster Software after September 30, 2025, constitutes Licensee’s acceptance of the terms and conditions of the modified version of Agreement. If Licensee does not agree to any of these terms and conditions, they must cease using Flexmonster Software and must not download, install, use, access, or continue to access Flexmonster Software. By continuing to use Flexmonster Software or renewing the license or maintenance after the effective date of these modifications to Agreement, Licensee accepts and agrees to be bound by the terms and conditions of the modified Agreement.
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>