Skip to content

Commit 9deca7e

Browse files
committed
feat(Data Source): Add minimum width to table columns in the data preview page.
1 parent a611289 commit 9deca7e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

frontend/src/views/ds/DataTable.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -518,6 +518,7 @@ const btnSelectClick = (val: any) => {
518518
:key="index"
519519
:prop="c"
520520
:label="c"
521+
min-width="150"
521522
:render-header="renderHeader"
522523
/>
523524
</el-table>

0 commit comments

Comments
 (0)