You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Should the primary key of the base model always be passed in $rowData?
What if someone wants to remove the ID column, but still needs the ID for use in links or otherwise?
Similarly, relationships primary key / id. In our demo app, the User hasOne Address. For the purposes of the table, we only pull the 'address.city' field. What if we want to link to that address by primary key, but don't want the primary key of the address as a table cell?
The text was updated successfully, but these errors were encountered:
Should the primary key of the base model always be passed in $rowData?
What if someone wants to remove the ID column, but still needs the ID for use in links or otherwise?
Similarly, relationships primary key / id. In our demo app, the
User
hasOneAddress
. For the purposes of the table, we only pull the 'address.city' field. What if we want to link to that address by primary key, but don't want the primary key of the address as a table cell?The text was updated successfully, but these errors were encountered: