mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Allow reordering table columns using drag and drop in ERD Tool and create table. #4994
This commit is contained in:
@@ -661,6 +661,7 @@ export default class TableSchema extends BaseUISchema {
|
||||
},
|
||||
canAdd: this.canAddRowColumns,
|
||||
canEdit: true, canDelete: true,
|
||||
canReorder: (state)=>(this.inErd || this.isNew(state)),
|
||||
// For each row edit/delete button enable/disable
|
||||
canEditRow: this.canEditDeleteRowColumns,
|
||||
canDeleteRow: this.canEditDeleteRowColumns,
|
||||
|
||||
Reference in New Issue
Block a user