FeatureFuel
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_

No pledges yet. Be the first to back this.

Make a pledge

Pledge your monetary support if this feature is added.

$

Comments

No comments yet.

Replying to

Add a comment

What do you think about this feature request?


Similar requests