Don't stripe by default

This commit is contained in:
Andrew Kingston 2025-03-10 15:50:19 +00:00
parent dab42d3d0e
commit dafba563e9
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -337,7 +337,7 @@ export function createSampleDataTableScreen(): Screen {
allowAddRows: false, allowAddRows: false,
allowEditRows: false, allowEditRows: false,
allowDeleteRows: false, allowDeleteRows: false,
stripeRows: true, stripeRows: false,
quiet: true, quiet: true,
onRowClick: [ onRowClick: [
{ {