Custom view for a query web part - is there a way not to display the bar with the View name.

LabKey Support Forum (Inactive)
Custom view for a query web part - is there a way not to display the bar with the View name. Jon (LabKey DevOps)  2015-04-06 16:29
Status: Closed
 
Hi Leo,

Yes, you can make that entire section disappear by adding the following to the code that creates your QueryWebPart.

buttonBarPosition: 'none'

That removes the entire button bar above it, including the viewName field that you're seeing.

Regards,

Jon