New stripedRows prop for PickList

This commit is contained in:
Tuğçe Küçükoğlu 2022-02-14 14:36:29 +03:00 committed by Tuğçe Küçükoğlu
parent 838be3bb87
commit 4e4870be63
6 changed files with 34 additions and 3 deletions

View file

@ -40,6 +40,12 @@ const PickListProps = [
type: "string",
default: "960px",
description: "The breakpoint to define the maximum width boundary when responsiveness is enabled."
},
{
name: "stripedRows",
type: "boolean",
default: "false",
description: "Whether to displays rows with alternating colors."
}
];