1
0
mirror of https://github.com/zhuzichu520/FluentUI.git synced 2025-03-10 05:47:31 +08:00
This commit is contained in:
朱子楚\zhuzi 2023-06-15 00:21:54 +08:00
parent 94f8047508
commit 91f4f508cc
2 changed files with 2 additions and 2 deletions
example/qml/page
src/imports/FluentUI/Controls

@ -7,7 +7,7 @@ import "qrc:///example/qml/component"
FluContentPage{ FluContentPage{
title:"TableView" title:"TableView2"
Component.onCompleted: { Component.onCompleted: {
loadData(1,10) loadData(1,10)

@ -13,7 +13,7 @@ TableView {
id:model_columns id:model_columns
} }
columnWidthProvider: function (column) { columnWidthProvider: function (column) {
return 100 return columnSource[column].width
} }
rowHeightProvider: function (column) { rowHeightProvider: function (column) {
return 60 return 60