1
Get the primaryKey on custom displays
Source: directus/directus#24979 · opened by @buildnewapp
Summary
On the list, button functions such as edit, delete, view, and review are quite common, but currently there is no primary key ID, which makes it impossible to implement this function; I hope this data
Basic Example
| ID | name | age |audit| action |
|----|------|----|-------|--------|
| 1 | jack | 28| pass btn | edit、delete、view |
| 2 | piter | 32| refuse btn | edit、delete、view |
| 3 | lily | 25 | -- | edit、delete、view |
Motivation
The primary key id is a commonly used data, which facilitates the expansion of more functional uses.
Detailed Design
Send the primaryKey to the custom extension
Requirements List
Send the primaryKey to the custom extension
Drawbacks
None
Alternatives
None
Adoption Strategy
None
Unresolved Questions
_No response_
On the list, button functions such as edit, delete, view, and review are quite common, but currently there is no primary key ID, which makes it impossible to implement this function; I hope this data
Basic Example
| ID | name | age |audit| action |
|----|------|----|-------|--------|
| 1 | jack | 28| pass btn | edit、delete、view |
| 2 | piter | 32| refuse btn | edit、delete、view |
| 3 | lily | 25 | -- | edit、delete、view |
Motivation
The primary key id is a commonly used data, which facilitates the expansion of more functional uses.
Detailed Design
Send the primaryKey to the custom extension
Requirements List
Send the primaryKey to the custom extension
Drawbacks
None
Alternatives
None
Adoption Strategy
None
Unresolved Questions
_No response_
No pledges yet. Be the first to back this.
Comments
Similar requests
Allow top-down frontend customisation
1 vote · 0 comments
Custom permissions for modules and more
63 votes · 0 comments
Display translated fields in their own columns in the user's language
76 votes · 0 comments
Save selected preview resolution
2 votes · 0 comments
Enable field name translations to use "Custom translations"
1 vote · 0 comments
No comments yet.