Remove Click to Configure on Pivot

Is it possible to remove the “[click to configure]” link at the top of the pivot table?

We plan to use our own UI for this, by calling $$(‘myPivot’).configure();

You can use “readonly” mode for Pivot. Please check the “samples/01_init/10_readonly.html” sample in a pivot package.

Thanks Maria - that worked perfectly.