<?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 How to get the Visible column names from FeatureTable 4.16? in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-get-the-visible-column-names-from/m-p/317290#M29224</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In&amp;nbsp;&lt;A href="https://developers.arcgis.com/javascript/latest/sample-code/widgets-featuretable-map/index.html"&gt;this sample&lt;/A&gt;, I've have hidden all the fields except the first column i.e. "&lt;SPAN style="color: #222222; background-color: #ffffff;"&gt;Recreation area name". I would like to get the visible column names dynamically in JavaScript, in this case I should get the&amp;nbsp;&lt;SPAN style="color: #3d3d3d;"&gt;"&lt;/SPAN&gt;&lt;SPAN style="color: #222222; background-color: #ffffff;"&gt;Recreation area name" column. Which property of FeatureTable can I look for?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Attribute Table 4.16" class="jive-emoji image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/500209_attribute_table_416.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/group/1759"&gt;Esri Technical Support&lt;/A&gt;‌&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 14 Jul 2020 09:53:22 GMT</pubDate>
    <dc:creator>Ranga_Tolapi</dc:creator>
    <dc:date>2020-07-14T09:53:22Z</dc:date>
    <item>
      <title>How to get the Visible column names from FeatureTable 4.16?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-get-the-visible-column-names-from/m-p/317290#M29224</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In&amp;nbsp;&lt;A href="https://developers.arcgis.com/javascript/latest/sample-code/widgets-featuretable-map/index.html"&gt;this sample&lt;/A&gt;, I've have hidden all the fields except the first column i.e. "&lt;SPAN style="color: #222222; background-color: #ffffff;"&gt;Recreation area name". I would like to get the visible column names dynamically in JavaScript, in this case I should get the&amp;nbsp;&lt;SPAN style="color: #3d3d3d;"&gt;"&lt;/SPAN&gt;&lt;SPAN style="color: #222222; background-color: #ffffff;"&gt;Recreation area name" column. Which property of FeatureTable can I look for?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Attribute Table 4.16" class="jive-emoji image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/500209_attribute_table_416.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/group/1759"&gt;Esri Technical Support&lt;/A&gt;‌&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jul 2020 09:53:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-get-the-visible-column-names-from/m-p/317290#M29224</guid>
      <dc:creator>Ranga_Tolapi</dc:creator>
      <dc:date>2020-07-14T09:53:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the Visible column names from FeatureTable 4.16?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-get-the-visible-column-names-from/m-p/317291#M29225</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ranga,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;Use&amp;nbsp;featureTable.columns this collection of FieldColumn gives you the name, alias, and hidden properties of columns.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jul 2020 12:57:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-get-the-visible-column-names-from/m-p/317291#M29225</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2020-07-14T12:57:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the Visible column names from FeatureTable 4.16?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-get-the-visible-column-names-from/m-p/317292#M29226</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The documentation on the &lt;A href="https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-FeatureTable-FieldColumn.html"&gt;FieldColumn&lt;/A&gt; class needs to be updated to show all the available properties. Currently, it doesn't include "hidden" even though it is available.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jul 2020 13:27:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-get-the-visible-column-names-from/m-p/317292#M29226</guid>
      <dc:creator>KenBuja</dc:creator>
      <dc:date>2020-07-14T13:27:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the Visible column names from FeatureTable 4.16?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-get-the-visible-column-names-from/m-p/317293#M29227</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&amp;nbsp;&lt;A _jive_internal="true" data-userid="3101" data-username="rscheitlin" href="https://community.esri.com/people/rscheitlin"&gt;Robert Scheitlin, GISP&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your response, after some investigation I found the &lt;STRONG&gt;hidden&lt;/STRONG&gt; property of&amp;nbsp;&lt;SPAN style="background-color: #ffffff;"&gt;&lt;STRONG&gt;FieldColumn&lt;/STRONG&gt;. However, observed that&amp;nbsp;&lt;STRONG&gt;hidden&lt;/STRONG&gt; property was not exposed for&amp;nbsp;&lt;STRONG&gt;FieldColumn.&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jul 2020 13:28:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-get-the-visible-column-names-from/m-p/317293#M29227</guid>
      <dc:creator>Ranga_Tolapi</dc:creator>
      <dc:date>2020-07-14T13:28:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the Visible column names from FeatureTable 4.16?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-get-the-visible-column-names-from/m-p/317294#M29228</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This class is still in beta so, the available properties are not set in stone yet and the doc is not quite there yet.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jul 2020 14:08:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-get-the-visible-column-names-from/m-p/317294#M29228</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2020-07-14T14:08:15Z</dc:date>
    </item>
  </channel>
</rss>

