RegisterReactDataTableComponent
Registers a React component to be rendered in a data table in the given location.
The component will receive the rowItem prop which is the data object for the row,
e.g. the Product object if used in the product-list table.
Example
Parameters
config
parameter
ReactDataTableComponentConfigWas this chapter helpful?