diff --git a/docs/src/pages/components/DataTable.svx b/docs/src/pages/components/DataTable.svx index 2dc2889f..32194096 100644 --- a/docs/src/pages/components/DataTable.svx +++ b/docs/src/pages/components/DataTable.svx @@ -757,6 +757,189 @@ In the following example, each row in the sortable data table has an overflow me +### Expandable (compact size) + + +
+
+      {JSON.stringify(row, null, 2)}
+    
+
+
+ +### Expandable (short size) + + +
+
+      {JSON.stringify(row, null, 2)}
+    
+
+
+ +### Expandable (tall size) + + +
+
+      {JSON.stringify(row, null, 2)}
+    
+
+
+ ### Batch expansion