We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5af9362 commit ff5a9aaCopy full SHA for ff5a9aa
ui/ttdcallswidget.cpp
@@ -321,6 +321,9 @@ void TTDCallsQueryWidget::performQuery()
321
// Re-enable sorting if it was enabled
322
m_resultsTable->setSortingEnabled(sortingEnabled);
323
324
+ // Set default sort order: sort by index column (0) in ascending order
325
+ m_resultsTable->sortByColumn(0, Qt::AscendingOrder);
326
+
327
// Force table update
328
m_resultsTable->update();
329
m_resultsTable->repaint();
0 commit comments