QueryWebPart config problem

LabKey Support Forum (Inactive)
QueryWebPart config problem feifei bao  2015-05-12 09:34
Status: Closed
 
Hi,

When I create LABKEY.QueryWebPart. The default view does not include 'checkbox', 'edit' and 'detailed' column.

In the config, I set 'showRecordSelectors: true'. The query can show the checkbox column.
But when I set 'showDetailsColumn: true' and 'showUpdateColumn: true', it does not work.

Can anyone help me to figure out what is wrong with it?

Thank you very much.

Feifei
 
 
Jon (LabKey DevOps) responded:  2015-05-12 22:41
Hi Feifei,

What schema is your QueryWebPart using? Generally, if the underlying query or table doesn't have a detailsURL or updateURL configured, it will not display the details or update column. Additionally, if you are using a custom query, the server will not think the custom query is editable, so an update link or insert button will not appear.

Regards,

Jon
 
Jon (LabKey DevOps) responded:  2015-05-14 16:58