How to make custom tables' rows editable

LabKey Support Forum
How to make custom tables' rows editable marcia hon  2018-05-30 05:52
Status: Closed
 
Hello,

I created a module that consists of tables with the following definitions:

CREATE TABLE nrg01cmh_samples.Samples_Template (
    SeriesID VARCHAR(50),
    CollaboratorID VARCHAR(50),
    Sex VARCHAR(1),
    DateSampleDrawn DATE,
    DateSampleReceived DATE
);
---
   <ns:table tableName="Samples_Template" tableDbType="TABLE">
    <ns:columns>
      <ns:column columnName="SeriesID" />
      <ns:column columnName="CollaboratorID"/>
      <ns:column columnName="Sex"/>
      <ns:column columnName="DateSampleDrawn"/>
      <ns:column columnName="DateSampleReceived"/>
    </ns:columns>
   </ns:table>

However, when I access these tables in Labkey, I am not able to edit the rows as there is not "Edit" link.

The ability to edit these values is very important to our project.

Please let me know how to correct this issue.

Thanks,
Marcia
 
 
Jon (LabKey DevOps) responded:  2018-06-22 20:42
Hi Marcia,

Can you provide us with screenshots where you're not seeing the Edit link? It should look like a pencil when you mouseover the beginning of the row next to the checkbox.

Regards,

Jon