[data grid] Make value and colDef accessible in actions column #15667
Labels
component: data grid
This is the name of the generic UI component, not the React module!
customization: extend
Logic customizability
new feature
New feature or request
status: waiting for maintainer
These issues haven't been looked at yet by a maintainer
Summary
The params in
getActions
are onlyrow
,id
and andcolumns
; there is no information about the currently processed column or value which is quite restrictive when using type mappings. Addin them would improve DX and remove boilerplate code.Examples
Note: Also, transformations within
valueGetter
don't seem accessible togetActions
too.Motivation
Improve the DX and provide contextual info to
getActions
.Search keywords: actions
The text was updated successfully, but these errors were encountered: