We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
2 parents b692375 + 88db4f9 commit 13f053bCopy full SHA for 13f053b
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