showInsertNewButton in QWP does not toggle Bulk Import

LabKey Support Forum (Inactive)
showInsertNewButton in QWP does not toggle Bulk Import Will Holtz  2017-03-15 16:03
Status: Closed
 
Hi Jon,

I'm sorry, swear I checked that repo with the users table and it behaved as I described, but now I'm not seeing it either. Maybe I didn't refresh.

Please try this on v16.3:

Make a new list, Mylist, then:

<div id="MyQuery" />
<script>
new LABKEY.QueryWebPart({
        renderTo: 'MyQuery',
        schemaName: 'lists',
        queryName: 'MyList',
        showInsertNewButton: false,
        buttonBar: {
              includeStandardButtons: true,
        }
    });
</script>

thanks,
-Will