<?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: How to check-on/off All of FeatureTable's rows in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-check-on-off-all-of-featuretable-s-rows/m-p/1043761#M72349</link>
    <description>&lt;P&gt;Rene: Thanks for your response.&amp;nbsp; What's the code to add/remove All of the row?&amp;nbsp; Could you help?&amp;nbsp; &amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 05 Apr 2021 12:48:38 GMT</pubDate>
    <dc:creator>ShaningYu</dc:creator>
    <dc:date>2021-04-05T12:48:38Z</dc:date>
    <item>
      <title>How to check-on/off All of FeatureTable's rows</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-check-on-off-all-of-featuretable-s-rows/m-p/1043482#M72342</link>
      <description>&lt;P&gt;Refer to&amp;nbsp;&lt;A href="https://developers.arcgis.com/javascript/latest/sample-code/widgets-featuretable-map/," target="_blank"&gt;https://developers.arcgis.com/javascript/latest/sample-code/widgets-featuretable-map/,&lt;/A&gt;&amp;nbsp;I loaded ESRI's FeatureTable widge into my App.&amp;nbsp; What is the way to check on/off all of the rows dynamically thruough JavaScript code?&amp;nbsp; Thanks if you can provide your hint.&lt;/P&gt;</description>
      <pubDate>Fri, 02 Apr 2021 19:16:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-check-on-off-all-of-featuretable-s-rows/m-p/1043482#M72342</guid>
      <dc:creator>ShaningYu</dc:creator>
      <dc:date>2021-04-02T19:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to check-on/off All of FeatureTable's rows</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-check-on-off-all-of-featuretable-s-rows/m-p/1043550#M72346</link>
      <description>&lt;P&gt;You can select the rows using the object ids of the source layer.&lt;/P&gt;&lt;P&gt;&lt;A href="https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-FeatureTable.html#selectRows" target="_blank"&gt;https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-FeatureTable.html#selectRows&lt;/A&gt;&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;// select all rows
const oids = await featureTable.layer.queryObjectIds();
featureTable.selectRows(oids);&lt;/LI-CODE&gt;</description>
      <pubDate>Fri, 02 Apr 2021 22:02:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-check-on-off-all-of-featuretable-s-rows/m-p/1043550#M72346</guid>
      <dc:creator>ReneRubalcava</dc:creator>
      <dc:date>2021-04-02T22:02:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to check-on/off All of FeatureTable's rows</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-check-on-off-all-of-featuretable-s-rows/m-p/1043761#M72349</link>
      <description>&lt;P&gt;Rene: Thanks for your response.&amp;nbsp; What's the code to add/remove All of the row?&amp;nbsp; Could you help?&amp;nbsp; &amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 05 Apr 2021 12:48:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-check-on-off-all-of-featuretable-s-rows/m-p/1043761#M72349</guid>
      <dc:creator>ShaningYu</dc:creator>
      <dc:date>2021-04-05T12:48:38Z</dc:date>
    </item>
  </channel>
</rss>

