Skip to content

Commit 36ef3fa

Browse files
authored
Update readme, add verticalAlign option
1 parent f165a5e commit 36ef3fa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ plugins: [
122122
tableStripedBackgroundColor: 'rgba(0,0,0,.05)', // default: rgba(0,0,0,.05)
123123
tableHoverBackgroundColor: 'rgba(0,0,0,.075)', // default: rgba(0,0,0,.075)
124124
tableBodyBorder: true, // default: true. If set to false, borders for the table body will be removed. Only works for normal tables (i.e. does not apply to .table-bordered)
125+
verticalAlign: 'top', // default: 'top'
125126
}),
126127
],
127128
```

0 commit comments

Comments
 (0)