+ Cell popover content values can be conditionally customized using
+ the
+ By default, all cell popover contents are rendered with an{' '}
+ EuiText wrapper, and cell actions are rendered
+ within an EuiPopoverFooter as{' '}
+ EuiEmptyButtons. Columns with a{' '}
+
+ If you want complete control over the rendering of the entire cell
+ popover, use the
+ To make falling back to atoms of the default cell popover easier,
+ several props are passed to your custom{' '}
+
+
+
+
+ Take a look at the below example's demo code to see the above + props in action. +
+ > + ), + components: { RenderCellPopover }, + demo:
+ Popovers can sometimes be unnecessary for short form content. In the
+ example below we've turned them off by setting{' '}
+
Schemas are data types you pass to grid columns to affect how the columns and expansion popovers render. Schemas also allow you to @@ -60,36 +55,16 @@ export const DataGridSchemaExample = { {' '} to each matching cell.
-
- Likewise, you can inject custom content into any of the popovers a
- cell expands into. Add
- Often the popovers are unnecessary for short form content. In the
- example below we've turned them off by setting{' '}
-