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
|
<ve-table
|
||||||
v-else
|
v-else
|
||||||
:columns="columns"
|
:columns="columns"
|
||||||
scroll-width="155rem"
|
scroll-width="190rem"
|
||||||
:table-data="tableData"
|
:table-data="tableData"
|
||||||
:border-around="true"
|
:border-around="true"
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user