Select to view content in your preferred language

WAB AttributeTable Widget Field Order

2772
2
Jump to solution
12-11-2015 11:36 AM
TomLeMahieu
Deactivated User

Is there way to reorder the fields for the AttributeTable?  I would like PIN to be first, followed by CVTTAXCODE.

In the eSearch widget, the fields are configured as follows:

       "field": [

          {

            "name": "PIN",

            "alias": "PIN",

            "includeresults": true

          },

          {

            "name": "CVTTAXCODE",

            "alias": "CVTTAXCODE",

            "includeresults": false

          },

And the OrderByFields is configured as follows:

      "orderByFields": [

          "PIN"

           ,"CVTTAXCODE"

           ,"CVTTAXDESCRIPTION"

           ,"TAXABLESTATUS"

           ,"USECODE"

           ,"USEDESCRIPTION"

           ,"CLASSCODE"

           ,"CLASSDESCRIPTION"

        ],

In the AttributeTable widget, the fields are configured as:

          {

            "show": true,

            "name": "PIN",

            "alias": "PIN"

          },

          {

            "show": true,

            "name": "CVTTAXCODE",

            "alias": "CVTTAXCODE"

          },

          {

            "show": true,

            "name": "CVTTAXDESCRIPTION",

            "alias": "CVTTAXDESCRIPTION"

          },

0 Kudos
1 Solution

Accepted Solutions
RobertScheitlin__GISP
MVP Emeritus

Tom,

  No I don't have control over how the Attribute Table widget displays the fields currently.

View solution in original post

0 Kudos
2 Replies
RobertScheitlin__GISP
MVP Emeritus

Tom,

  No I don't have control over how the Attribute Table widget displays the fields currently.

0 Kudos
TomLeMahieu
Deactivated User

Robert,

OK.  Thought I might be missing something.  At least I know it's not a configuration item.

Tom

0 Kudos