Skip to content

Commit 4734495

Browse files
committed
add example in kitchen sink
1 parent 856bb2e commit 4734495

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

apps/kitchen-sink/src/ensemble/screens/widgets.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -526,6 +526,8 @@ View:
526526
hasDivider: true
527527
borderBottom: false
528528
hidePagination: true
529+
allowSelection: true
530+
hideSelectAll: true
529531
DataColumns:
530532
- label: Number
531533
scroll:
@@ -540,6 +542,10 @@ View:
540542
name: dummyData
541543
template:
542544
DataRow:
545+
styles:
546+
backgroundColor: lime
547+
rowHoverStyle:
548+
backgroundColor: yellow
543549
children:
544550
- Text:
545551
id: ${'x_'+index}

0 commit comments

Comments
 (0)