<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Set properties in a FeatureTable displaying related records in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/set-properties-in-a-featuretable-displaying/m-p/220550#M20483</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ah, thank you &lt;A href="https://community.esri.com/migrated-users/3856"&gt;Ken Buja&lt;/A&gt;‌. Now I think I understand. The related records display is by design, and is not configurable with the 3x FeatureTable dijit. The 4x FeatureTable widget (due to release soon) will have the ability to edit and configure related records later this year, so &lt;A href="https://community.esri.com/migrated-users/304328"&gt;Maxim Spikin&lt;/A&gt;‌ if you're able, I would consider moving to the 4x version of the ArcGIS API for JavaScript and you will be able to make these sorts of configurations in the near future. There is a bit of a hacky workaround for 3x, but it's not recommended.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 24 Mar 2020 17:29:09 GMT</pubDate>
    <dc:creator>Noah-Sager</dc:creator>
    <dc:date>2020-03-24T17:29:09Z</dc:date>
    <item>
      <title>Set properties in a FeatureTable displaying related records</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/set-properties-in-a-featuretable-displaying/m-p/220547#M20480</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How to set column properties (visible, label, width) in a FeatureTable displaying related records?&lt;/P&gt;&lt;P&gt;For example, how to turn off "ObjectID" field in this sample&amp;nbsp;&lt;A class="link-titled" href="https://developers.arcgis.com/javascript/3/jssamples/featuretable_relatedrecords.html" title="https://developers.arcgis.com/javascript/3/jssamples/featuretable_relatedrecords.html"&gt;FeatureTable - related records | ArcGIS API for JavaScript 3.31&lt;/A&gt;&amp;nbsp;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/486036_pastedImage_5.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Mar 2020 08:52:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/set-properties-in-a-featuretable-displaying/m-p/220547#M20480</guid>
      <dc:creator>MaximSpikin1</dc:creator>
      <dc:date>2020-03-24T08:52:19Z</dc:date>
    </item>
    <item>
      <title>Re: Set properties in a FeatureTable displaying related records</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/set-properties-in-a-featuretable-displaying/m-p/220548#M20481</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this sample:&amp;nbsp;&lt;A class="link-titled" href="https://developers.arcgis.com/javascript/3/sandbox/sandbox.html?sample=featuretable_relatedrecords" title="https://developers.arcgis.com/javascript/3/sandbox/sandbox.html?sample=featuretable_relatedrecords"&gt;ArcGIS API for JavaScript Sandbox&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't see any object IDs, only the fields listed in the outfields property on line 177.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/486069_pastedImage_2.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;These are controlled by the outfield property, (if it's in the list then it's visible, and the label comes from the Alias of the field) documented here:&amp;nbsp;&lt;A class="link-titled" href="https://developers.arcgis.com/javascript/3/jsapi/featuretable-amd.html#outfields" title="https://developers.arcgis.com/javascript/3/jsapi/featuretable-amd.html#outfields"&gt;FeatureTable | API Reference | ArcGIS API for JavaScript 3.31&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't know if you can configure the width of the columns, but perhaps in the CSS you could make modifications:&lt;BR /&gt;&lt;A class="link-titled" href="https://developers.arcgis.com/javascript/3/jsapi/featuretable-amd.html#css" title="https://developers.arcgis.com/javascript/3/jsapi/featuretable-amd.html#css"&gt;FeatureTable | API Reference | ArcGIS API for JavaScript 3.31&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Mar 2020 16:38:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/set-properties-in-a-featuretable-displaying/m-p/220548#M20481</guid>
      <dc:creator>Noah-Sager</dc:creator>
      <dc:date>2020-03-24T16:38:12Z</dc:date>
    </item>
    <item>
      <title>Re: Set properties in a FeatureTable displaying related records</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/set-properties-in-a-featuretable-displaying/m-p/220549#M20482</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.esri.com/migrated-users/36951"&gt;Noah Sager&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you click "Show" in the "groupBySummary" field, this shows the related table with the ObjectID field that Maxim wants to suppress.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Mar 2020 16:48:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/set-properties-in-a-featuretable-displaying/m-p/220549#M20482</guid>
      <dc:creator>KenBuja</dc:creator>
      <dc:date>2020-03-24T16:48:05Z</dc:date>
    </item>
    <item>
      <title>Re: Set properties in a FeatureTable displaying related records</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/set-properties-in-a-featuretable-displaying/m-p/220550#M20483</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ah, thank you &lt;A href="https://community.esri.com/migrated-users/3856"&gt;Ken Buja&lt;/A&gt;‌. Now I think I understand. The related records display is by design, and is not configurable with the 3x FeatureTable dijit. The 4x FeatureTable widget (due to release soon) will have the ability to edit and configure related records later this year, so &lt;A href="https://community.esri.com/migrated-users/304328"&gt;Maxim Spikin&lt;/A&gt;‌ if you're able, I would consider moving to the 4x version of the ArcGIS API for JavaScript and you will be able to make these sorts of configurations in the near future. There is a bit of a hacky workaround for 3x, but it's not recommended.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Mar 2020 17:29:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/set-properties-in-a-featuretable-displaying/m-p/220550#M20483</guid>
      <dc:creator>Noah-Sager</dc:creator>
      <dc:date>2020-03-24T17:29:09Z</dc:date>
    </item>
    <item>
      <title>Re: Set properties in a FeatureTable displaying related records</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/set-properties-in-a-featuretable-displaying/m-p/220551#M20484</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I will try the version of FeatureTable in js api 4.x&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Mar 2020 01:44:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/set-properties-in-a-featuretable-displaying/m-p/220551#M20484</guid>
      <dc:creator>MaximSpikin1</dc:creator>
      <dc:date>2020-03-25T01:44:47Z</dc:date>
    </item>
  </channel>
</rss>

