mirror of
https://github.com/zhuzichu520/FluentUI.git
synced 2024-11-23 03:10:10 +08:00
update
This commit is contained in:
parent
94f8047508
commit
91f4f508cc
@ -7,7 +7,7 @@ import "qrc:///example/qml/component"
|
||||
|
||||
FluContentPage{
|
||||
|
||||
title:"TableView"
|
||||
title:"TableView2"
|
||||
|
||||
Component.onCompleted: {
|
||||
loadData(1,10)
|
||||
|
@ -13,7 +13,7 @@ TableView {
|
||||
id:model_columns
|
||||
}
|
||||
columnWidthProvider: function (column) {
|
||||
return 100
|
||||
return columnSource[column].width
|
||||
}
|
||||
rowHeightProvider: function (column) {
|
||||
return 60
|
||||
|
Loading…
Reference in New Issue
Block a user