Add grid block setting for striping row colours

This commit is contained in:
Andrew Kingston 2023-06-14 09:09:59 +01:00
parent f56bd3ad13
commit 9991fd9558
1 changed files with 6 additions and 0 deletions

View File

@ -5261,6 +5261,12 @@
"label": "Delete rows",
"key": "allowDeleteRows",
"defaultValue": true
},
{
"type": "boolean",
"label": "Stripe rows",
"key": "stripeRows",
"defaultValue": false
}
]
}