File tree 2 files changed +18
-0
lines changed
2 files changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -314,6 +314,19 @@ const permutations = createPermutations<TableProps>([
314
314
items : [ createSimpleItems ( 3 ) ] ,
315
315
variant : [ undefined , 'full-page' ] ,
316
316
} ,
317
+ {
318
+ columnDefinitions : [ PROPERTY_COLUMNS ] ,
319
+ items : [
320
+ [
321
+ {
322
+ name : 'Color' ,
323
+ value : '#000000' ,
324
+ type : 'String' ,
325
+ } ,
326
+ ] ,
327
+ ] ,
328
+ stickyHeader : [ true ] ,
329
+ } ,
317
330
] ) ;
318
331
/* eslint-enable react/jsx-key */
319
332
Original file line number Diff line number Diff line change @@ -164,6 +164,11 @@ filter search icon.
164
164
& > .table {
165
165
padding-inline : awsui .$space-table-horizontal ;
166
166
}
167
+
168
+ & :not (.table-has-header ) {
169
+ border-start-start-radius : awsui .$border-radius-container ;
170
+ border-start-end-radius : awsui .$border-radius-container ;
171
+ }
167
172
}
168
173
& ::-webkit-scrollbar {
169
174
display : none ; /* Safari and Chrome */
You can’t perform that action at this time.
0 commit comments