Skip to content

Commit

Permalink
#128: Plot selection column order change (#132)
Browse files Browse the repository at this point in the history
  • Loading branch information
dsuren1 authored Jun 22, 2021
1 parent 9943d82 commit e9c9342
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions js/extension/components/table/PlotsSelectionTable.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,18 @@ const columns = [{
sortable: true,
name: "cadastrapp.parcelle.result.ccosec",
resizable: true
}, {
key: "cadastralAddr", // "dnvoiri" + "dvoilib",
sortable: true,
name: "cadastrapp.parcelle.result.adresse",
width: 100,
resizable: true
}, {
key: "dnupla",
width: 100,
sortable: true,
name: "cadastrapp.parcelle.result.dnupla",
resizable: true
}, {
key: "cadastralAddr", // "dnvoiri" + "dvoilib",
sortable: true,
name: "cadastrapp.parcelle.result.adresse",
width: 100,
resizable: true
}, {
key: "dcntpa",
width: 98,
Expand Down

0 comments on commit e9c9342

Please sign in to comment.