<?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: FeatureTable Bulk Edit Implementation Issue in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/featuretable-bulk-edit-implementation-issue/m-p/1195751#M78059</link>
    <description>&lt;P&gt;I replaced the logic of extracting the selection-change event to keep track of the selected rows with the hidden, undocumented&amp;nbsp;&lt;SPAN&gt;FeatureTable.grid.selectedItems._items&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;property of FeatureTable. This solved the bug, even though it is not recommended. For anyone interested, you may refer to my GitHub repo &lt;A href="https://github.com/chunkangwong/arcgis-featureTable-bulk-edit" target="_self"&gt;here&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 27 Jul 2022 01:31:12 GMT</pubDate>
    <dc:creator>WongChunKang</dc:creator>
    <dc:date>2022-07-27T01:31:12Z</dc:date>
    <item>
      <title>FeatureTable Bulk Edit Implementation Issue</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/featuretable-bulk-edit-implementation-issue/m-p/1195329#M78034</link>
      <description>&lt;P&gt;I am trying to implement bulk edit feature on FeatureTable using @arcgis/core-4.24.7, i.e. editing on one field will apply the same edit on other selected rows.. However, I am facing some inconsistent updates after a few edits later. You can view such inconsistency around 00:29 mark from the following video, where&lt;SPAN&gt;&amp;nbsp;heights was updated from 10 to 5, decks should stay at 8 but instead get reverted back to 9.&lt;/SPAN&gt;&lt;div class="lia-vid-container video-embed-center"&gt;&lt;div id="lia-vid-6309974478112w960h540r31" class="lia-video-brightcove-player-container"&gt;&lt;video-js data-video-id="6309974478112" data-account="6161463677001" data-player="default" data-embed="default" class="vjs-fluid" controls="" data-application-id="" style="width: 100%; height: 100%;"&gt;&lt;/video-js&gt;&lt;/div&gt;&lt;script src="https://players.brightcove.net/6161463677001/default_default/index.min.js"&gt;&lt;/script&gt;&lt;script&gt;(function() {  var wrapper = document.getElementById('lia-vid-6309974478112w960h540r31');  var videoEl = wrapper ? wrapper.querySelector('video-js') : null;  if (videoEl) {     if (window.videojs) {       window.videojs(videoEl).ready(function() {         this.on('loadedmetadata', function() {           this.el().querySelectorAll('.vjs-load-progress div[data-start]').forEach(function(bar) {             bar.setAttribute('role', 'presentation');             bar.setAttribute('aria-hidden', 'true');           });         });       });     }  }})();&lt;/script&gt;&lt;a class="video-embed-link" href="https://community.esri.com/t5/video/gallerypage/video-id/6309974478112"&gt;(view in My Videos)&lt;/a&gt;&lt;/div&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="WongChunKang_0-1658738007172.png" style="width: 775px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/46665i62A46FE0A865B034/image-size/medium?v=v2&amp;amp;px=400" role="button" title="WongChunKang_0-1658738007172.png" alt="WongChunKang_0-1658738007172.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;The code can be downloaded from the GitHub repo here:&amp;nbsp;&lt;A href="https://github.com/chunkangwong/arcgis-featureTable-bulk-edit," target="_blank" rel="noopener"&gt;https://github.com/chunkangwong/arcgis-featureTable-bulk-edit,&lt;/A&gt;&amp;nbsp;along with installation instruction. You may follow the steps as shown in the video.&lt;/P&gt;</description>
      <pubDate>Mon, 25 Jul 2022 08:34:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/featuretable-bulk-edit-implementation-issue/m-p/1195329#M78034</guid>
      <dc:creator>WongChunKang</dc:creator>
      <dc:date>2022-07-25T08:34:24Z</dc:date>
    </item>
    <item>
      <title>Re: FeatureTable Bulk Edit Implementation Issue</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/featuretable-bulk-edit-implementation-issue/m-p/1195751#M78059</link>
      <description>&lt;P&gt;I replaced the logic of extracting the selection-change event to keep track of the selected rows with the hidden, undocumented&amp;nbsp;&lt;SPAN&gt;FeatureTable.grid.selectedItems._items&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;property of FeatureTable. This solved the bug, even though it is not recommended. For anyone interested, you may refer to my GitHub repo &lt;A href="https://github.com/chunkangwong/arcgis-featureTable-bulk-edit" target="_self"&gt;here&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Jul 2022 01:31:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/featuretable-bulk-edit-implementation-issue/m-p/1195751#M78059</guid>
      <dc:creator>WongChunKang</dc:creator>
      <dc:date>2022-07-27T01:31:12Z</dc:date>
    </item>
    <item>
      <title>Re: FeatureTable Bulk Edit Implementation Issue</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/featuretable-bulk-edit-implementation-issue/m-p/1197201#M78098</link>
      <description>&lt;P&gt;I found out another hidden event emitted from the individual column of FeatureTable that is "value-change". This event is emitted whenever an edit is registered on the map. Combining this knowledge, the code becomes more streamlined.&amp;nbsp;&lt;SPAN&gt;For anyone interested, you may refer to my GitHub repo&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://github.com/chunkangwong/arcgis-featureTable-bulk-edit" target="_self" rel="nofollow noopener noreferrer"&gt;here&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 29 Jul 2022 01:09:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/featuretable-bulk-edit-implementation-issue/m-p/1197201#M78098</guid>
      <dc:creator>WongChunKang</dc:creator>
      <dc:date>2022-07-29T01:09:16Z</dc:date>
    </item>
  </channel>
</rss>

