Skip to content

Commit

Permalink
manually format permit id without a number separator
Browse files Browse the repository at this point in the history
  • Loading branch information
jpeterson committed Oct 31, 2024
1 parent bdb5937 commit 98f1069
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions main.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,9 @@ arcgisMap.addEventListener('arcgisViewReadyChange', async (event) => {
type: 'field',
fieldName: 'P_UID',
label: 'Permit ID',
formatFunction: ({ value }) => {
return value;
},
},
{
type: 'field',
Expand Down

0 comments on commit 98f1069

Please sign in to comment.