Update app/client/components/GridView.js

Co-authored-by: Florent <florent.git@zeteo.me>
pull/848/head
CamilleLegeron 3 months ago committed by GitHub
parent 28db292f96
commit 1bcdf0221a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -346,7 +346,7 @@ GridView.gridCommands = {
this.insertColumn(null, {index: this.cursor.fieldIndex() + 1});
}
},
makeHeadersFromRow: function() { this.makeHeadersFromRow(this.getSelection())},
makeHeadersFromRow: function() { this.makeHeadersFromRow(this.getSelection()); },
renameField: function() { this.renameColumn(this.cursor.fieldIndex()); },
hideFields: function() { this.hideFields(this.getSelection()); },
deleteFields: function() {

Loading…
Cancel
Save