Missing Sort Indicators for Table Columns
Unsolved
QML and Qt Quick
-
I am trying to create a TableView in QML, with clickable headers to sort the columns.
The TableView in QtQuick.Controls 1.4 has 3 properties that the TableView in QtQuick 2.15 does not. They are: sortIndicatorColumn, sortIndicatorOrder, and sortIndicatorVisible. Since they are missing in the QtQuick 2.15 TableView, how is the developer supposed to use these functions?
Are they deprecated? Are we supposed to create our own clickable headers? Or have these functions moved to a new Item?