You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/components/bolt-table/table.schema.yml
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ properties:
15
15
type: object
16
16
properties:
17
17
cells:
18
-
description: Each item represents a cell in the top header.
18
+
description: Each item represents a cell in the top header. Accepts either a renderable item (shorthand) or an item with 'content' and 'attributes' keys.
19
19
type: array
20
20
items:
21
21
type: any
@@ -28,7 +28,7 @@ properties:
28
28
type: object
29
29
properties:
30
30
cells:
31
-
description: Each item represents a cell in the side header.
31
+
description: Each item represents a cell in the side header. Accepts either a renderable item (shorthand) or an item with 'content' and 'attributes' keys
32
32
type: array
33
33
items:
34
34
type: any
@@ -42,7 +42,7 @@ properties:
42
42
description: Generates an array of rows, each can contain an array of `cells`.
43
43
properties:
44
44
cells:
45
-
description: Each item represents a cell in a row.
45
+
description: Each item represents a cell in a row. Accepts either a renderable item (shorthand) or an item with 'content' and 'attributes' keys
46
46
type: array
47
47
items:
48
48
type: any
@@ -56,7 +56,7 @@ properties:
56
56
description: Generates a table footer, can contain an array of `cells`.
57
57
properties:
58
58
cells:
59
-
description: Each item represents a cell in the footer.
59
+
description: Each item represents a cell in the footer. Accepts either a renderable item (shorthand) or an item with 'content' and 'attributes' keys
0 commit comments