How can you display the primary key field within the data table

How can you display the primary key field within the data table

DatagaardDatagaard Posts: 68Questions: 20Answers: 3

How can you display the primary key field within the data table as a view-able column.

I have added the column to the table in the generated js but I get the column doesn't exist.

Primary Key is BookingPurposeID type INTEGER.

bp.jpg 122.9K

This question has an accepted answers - jump to answer

Answers

  • allanallan Posts: 61,753Questions: 1Answers: 10,111 Site admin
    Answer ✓

    Is this with the prebuilt Editor PHP libraries? If so use:

    Field::inst( 'BookingPurposeID' )->set( false )
    

    Allan

This discussion has been closed.