`;
+
const sections = [
{
title: "Props",
@@ -170,7 +176,7 @@ const sections = [
|
- {`(open: boolean, triggerRow: HierarchyGridRow) => (HierarchyGridRow[] | GridRow[]) | Promise`}
+ {childrenTriggerTypeString}
|
Function called whenever a cell with children (HierarchyGridRow) is expanded or collapsed
@@ -336,7 +342,7 @@ const sections = [
|
- {actionsType}
+ {actionsTypeString}
|
|