We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e46ccb commit bb9e4a4Copy full SHA for bb9e4a4
examples/sites/demos/pc/app/grid/large-data/column-anchor-composition-api.vue
@@ -6,6 +6,7 @@
6
show-overflow="tooltip"
7
:column-anchor="columnAnchor"
8
:optimization="{ scrollX: { gt: 20 } }"
9
+ height="auto"
10
>
11
<tiny-grid-column field="name0" title="名称0" sortable fixed="left"></tiny-grid-column>
12
<tiny-grid-column field="name1" title="名称1" sortable fixed="left"></tiny-grid-column>
examples/sites/demos/pc/app/grid/large-data/column-anchor.vue
0 commit comments