Skip to content
Snippets Groups Projects

Issue #3495826 by grimreaper: Component table: fix array props

1 file
+ 2
0
Compare changes
  • Side-by-side
  • Inline
@@ -107,6 +107,7 @@ props:
stripes:
title: "Striped table"
description: "Add zebra-striping to either the rows and/or the columns of the table."
maxItems: 2
type: array
items:
type: string
@@ -133,6 +134,7 @@ props:
divider:
title: "Table group divider"
description: "Add a thicker, darker border between table groups."
maxItems: 3
type: array
items:
type: string
Loading