<?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 customize the FeatureTable in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-customize-the-featuretable/m-p/1370318#M83344</link>
    <description>&lt;P&gt;ShaningYu,&lt;/P&gt;&lt;P&gt;Could you share your solution? I have a similar problem. I'm trying to change the background color of a cell based on the value on another cell.&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 16 Jan 2024 00:51:22 GMT</pubDate>
    <dc:creator>MarioEstevez</dc:creator>
    <dc:date>2024-01-16T00:51:22Z</dc:date>
    <item>
      <title>How to customize the FeatureTable</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-customize-the-featuretable/m-p/1038158#M72113</link>
      <description>&lt;P&gt;I use ESRI's FeatureTable widget (4.x)&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://developers.arcgis.com/javascript/latest/sample-code/widgets-featuretable-map/" target="_blank" rel="noopener"&gt;https://developers.arcgis.com/javascript/latest/sample-code/widgets-featuretable-map/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I want to customize it somehow.&amp;nbsp; On the Grid's top-right the ... represents the "Options".&amp;nbsp; How can it be set off?&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Thu, 18 Mar 2021 16:36:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-customize-the-featuretable/m-p/1038158#M72113</guid>
      <dc:creator>ShaningYu</dc:creator>
      <dc:date>2021-03-18T16:36:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to customize the FeatureTable</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-customize-the-featuretable/m-p/1038226#M72116</link>
      <description>&lt;P&gt;Adding this to the CSS will remove the button&lt;/P&gt;&lt;LI-CODE lang="css"&gt;.esri-feature-table__menu .esri-button-menu {
  display: none;
}&lt;/LI-CODE&gt;</description>
      <pubDate>Thu, 18 Mar 2021 19:05:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-customize-the-featuretable/m-p/1038226#M72116</guid>
      <dc:creator>KenBuja</dc:creator>
      <dc:date>2021-03-18T19:05:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to customize the FeatureTable</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-customize-the-featuretable/m-p/1038232#M72117</link>
      <description>&lt;P&gt;Thanks for your response.&amp;nbsp; In my app, I created a dynamic table as shown below:&lt;/P&gt;&lt;P&gt;contx.myTable = new mv.esriModules.FeatureTable({&lt;BR /&gt;layer: contx.myFeatureLayer,&lt;BR /&gt;visibleElements: { selectionColumn: false },&lt;BR /&gt;fieldConfigs: _fieldsConfig,&lt;BR /&gt;container: document.getElementById("tableDiv")&lt;BR /&gt;});&lt;/P&gt;&lt;P&gt;How can the style be added dynamically?&amp;nbsp; Thanks.&lt;/P&gt;</description>
      <pubDate>Thu, 18 Mar 2021 19:23:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-customize-the-featuretable/m-p/1038232#M72117</guid>
      <dc:creator>ShaningYu</dc:creator>
      <dc:date>2021-03-18T19:23:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to customize the FeatureTable</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-customize-the-featuretable/m-p/1038268#M72119</link>
      <description>&lt;P&gt;If you don't want to add it to the CSS style section in your html, you can add it dynamically several different ways: &lt;A href="https://developer.mozilla.org/en-US/docs/Web/API/CSS_Object_Model/Using_dynamic_styling_information" target="_blank"&gt;https://developer.mozilla.org/en-US/docs/Web/API/CSS_Object_Model/Using_dynamic_styling_information&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Mar 2021 20:01:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-customize-the-featuretable/m-p/1038268#M72119</guid>
      <dc:creator>KenBuja</dc:creator>
      <dc:date>2021-03-18T20:01:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to customize the FeatureTable</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-customize-the-featuretable/m-p/1038543#M72129</link>
      <description>&lt;P&gt;KenBuja:&amp;nbsp; Resolved.&amp;nbsp; Thanks a lot!&lt;/P&gt;</description>
      <pubDate>Fri, 19 Mar 2021 11:41:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-customize-the-featuretable/m-p/1038543#M72129</guid>
      <dc:creator>ShaningYu</dc:creator>
      <dc:date>2021-03-19T11:41:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to customize the FeatureTable</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-customize-the-featuretable/m-p/1038583#M72130</link>
      <description>&lt;P&gt;Glad to help. Don't forget to click the Accept as Solution button or post how you resolved it.&lt;/P&gt;</description>
      <pubDate>Fri, 19 Mar 2021 12:36:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-customize-the-featuretable/m-p/1038583#M72130</guid>
      <dc:creator>KenBuja</dc:creator>
      <dc:date>2021-03-19T12:36:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to customize the FeatureTable</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-customize-the-featuretable/m-p/1366579#M83263</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/2839"&gt;@KenBuja&lt;/a&gt;&amp;nbsp;. Where can see all available css properties for the feature table or all esri widgets? Thank you.&lt;/P&gt;</description>
      <pubDate>Thu, 04 Jan 2024 22:23:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-customize-the-featuretable/m-p/1366579#M83263</guid>
      <dc:creator>LefterisKoumis</dc:creator>
      <dc:date>2024-01-04T22:23:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to customize the FeatureTable</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-customize-the-featuretable/m-p/1366765#M83267</link>
      <description>&lt;P&gt;The widget pages should have a link to the css information in the See Also section&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="css.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/90652i0CF3874C9D927E39/image-size/medium?v=v2&amp;amp;px=400" role="button" title="css.png" alt="css.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;You can also right click on the widget and use the Inspect option to get more information about all of its CSS.&lt;/P&gt;</description>
      <pubDate>Fri, 05 Jan 2024 13:51:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-customize-the-featuretable/m-p/1366765#M83267</guid>
      <dc:creator>KenBuja</dc:creator>
      <dc:date>2024-01-05T13:51:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to customize the FeatureTable</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-customize-the-featuretable/m-p/1366879#M83271</link>
      <description>&lt;P&gt;Thank you&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/2839"&gt;@KenBuja&lt;/a&gt;&amp;nbsp;. I am surprised that there is no css to change background color of rows. Only when you hover over it or select it.&lt;/P&gt;</description>
      <pubDate>Fri, 05 Jan 2024 17:01:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-customize-the-featuretable/m-p/1366879#M83271</guid>
      <dc:creator>LefterisKoumis</dc:creator>
      <dc:date>2024-01-05T17:01:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to customize the FeatureTable</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-customize-the-featuretable/m-p/1370318#M83344</link>
      <description>&lt;P&gt;ShaningYu,&lt;/P&gt;&lt;P&gt;Could you share your solution? I have a similar problem. I'm trying to change the background color of a cell based on the value on another cell.&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 16 Jan 2024 00:51:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-customize-the-featuretable/m-p/1370318#M83344</guid>
      <dc:creator>MarioEstevez</dc:creator>
      <dc:date>2024-01-16T00:51:22Z</dc:date>
    </item>
  </channel>
</rss>

