Add grid block setting for striping row colours
This commit is contained in:
parent
f56bd3ad13
commit
9991fd9558
|
@ -5261,6 +5261,12 @@
|
|||
"label": "Delete rows",
|
||||
"key": "allowDeleteRows",
|
||||
"defaultValue": true
|
||||
},
|
||||
{
|
||||
"type": "boolean",
|
||||
"label": "Stripe rows",
|
||||
"key": "stripeRows",
|
||||
"defaultValue": false
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue