diff --git a/resources/qml/TableView.qml b/resources/qml/TableView.qml index 87f9fbdc05..0ceef11097 100644 --- a/resources/qml/TableView.qml +++ b/resources/qml/TableView.qml @@ -27,6 +27,7 @@ Item property bool allowSelection: true //Whether to allow the user to select items. property string sectionRole: "" + property alias flickableDirection: tableView.flickableDirection Row { id: headerBar