native: table srewable

This commit is contained in:
Johannes Jöns 2024-07-11 22:54:53 +02:00
parent e26c33533f
commit f1001578d5

View file

@ -104,6 +104,10 @@ Rectangle {
}
}
ScrollView {
Layout.fillWidth: true
Layout.fillHeight: true
ListView {
id: listView
Layout.fillWidth: true
@ -131,6 +135,7 @@ Rectangle {
}
}
}
}
ListModel {
id: apiDataModel