mirror of
https://github.com/zhuzichu520/FluentUI.git
synced 2024-11-23 11:17:15 +08:00
update
This commit is contained in:
parent
94f8047508
commit
91f4f508cc
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user