fix: Update the hardcoded scroll-width to match with the current table length (#3774)
Co-authored-by: Nithin David Thomas <1277421+nithindavid@users.noreply.github.com>
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
<ve-table
|
||||
v-else
|
||||
:columns="columns"
|
||||
scroll-width="155rem"
|
||||
scroll-width="190rem"
|
||||
:table-data="tableData"
|
||||
:border-around="true"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user