Hello comrades! Do you know how to disable renderi...
# suitescript
p
Hello comrades! Do you know how to disable rendering NS global header for suitelet via GET parameter. I remember I did it but I forgot how. Thank you in advance.
s
Navbar false
d
Copy code
var list = serverWidget.createList({
                    title: 'Action Plan',
                    hideNavBar: true
                });
using N/ui/serverWidget
p
Thank you!!! You rocks!!! I've spent more than an hour to figure it out. ❤️
s
wanting to remove that header gets me thinking maybe you want a SPA app instead 🙂