We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0fcff9f commit 88db4f9Copy full SHA for 88db4f9
src/gui/attributetable/qgsattributetableview.cpp
@@ -57,6 +57,8 @@ QgsAttributeTableView::QgsAttributeTableView( QWidget *parent )
57
mTableDelegate = new QgsAttributeTableDelegate( this );
58
setItemDelegate( mTableDelegate );
59
60
+ setEditTriggers( QAbstractItemView::AllEditTriggers );
61
+
62
setSelectionBehavior( QAbstractItemView::SelectRows );
63
setSelectionMode( QAbstractItemView::ExtendedSelection );
64
setSortingEnabled( true ); // At this point no data is in the model yet, so actually nothing is sorted.
0 commit comments