This commit is contained in:
朱子楚\zhuzi
2024-05-17 21:19:10 +08:00
parent 39f58278ff
commit 7a67ccc1e1
10 changed files with 92 additions and 85 deletions

View File

@ -40,5 +40,3 @@ FluScrollablePage{
}
}

View File

@ -11,7 +11,6 @@ FluContentPage{
title: qsTr("TableView")
signal checkBoxChanged
property var dataSource : []
property int sortType: 0
property bool selectedAll: true
property string nameKeyword: ""
@ -621,7 +620,6 @@ FluContentPage{
for(var i=0;i<count;i++){
dataSource.push(genTestObject())
}
root.dataSource = dataSource
table_view.dataSource = root.dataSource
table_view.dataSource = dataSource
}
}