Skip to content

Commit

Permalink
Merge pull request #2086 from bcgov/gwells-2085-make-asc-dev-optional
Browse files Browse the repository at this point in the history
[GWELLS-2085] FIX** Add sortable field to search result parameters
  • Loading branch information
LocalNewsTV authored Dec 19, 2023
2 parents 01eeb86 + 19f0be0 commit f9d7df5
Show file tree
Hide file tree
Showing 2 changed files with 300 additions and 139 deletions.
2 changes: 1 addition & 1 deletion app/frontend/src/wells/components/SearchResults.vue
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
class="text-nowrap"
scope="col">
{{ column.resultLabel ? column.resultLabel : column.label }}
<b-button
<b-button v-if="column.sortable"
class="sort-button px-0"
:class="{active: column.sortParam === orderingParam}"
variant="link"
Expand Down
Loading

0 comments on commit f9d7df5

Please sign in to comment.