Don't stripe by default
This commit is contained in:
parent
dab42d3d0e
commit
dafba563e9
|
@ -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: [
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue