<?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: convert featureTable in table with tabletools api js in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/convert-featuretable-in-table-with-tabletools-api/m-p/497376#M46238</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Marina,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;If you take this sample in the sanbox and comment out the claro theme it looks a little like what you are seeing:&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://developers.arcgis.com/javascript/3/sandbox/sandbox.html?sample=featuretable" title="https://developers.arcgis.com/javascript/3/sandbox/sandbox.html?sample=featuretable"&gt;ArcGIS API for JavaScript Sandbox&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So that leads me to believe that you FeatureTable is not getting the claro css rules.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 28 Nov 2016 18:38:16 GMT</pubDate>
    <dc:creator>RobertScheitlin__GISP</dc:creator>
    <dc:date>2016-11-28T18:38:16Z</dc:date>
    <item>
      <title>convert featureTable in table with tabletools api js</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/convert-featuretable-in-table-with-tabletools-api/m-p/497371#M46233</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;var myFeatureTable = new FeatureTable({&lt;BR /&gt; "featureLayer" : myFeatureLayer,&lt;BR /&gt; "syncSelection" : true,&lt;BR /&gt; "zoomToSelection" : true,&lt;BR /&gt; "outFields": [&lt;BR /&gt; "OBJECTID", "Shape", "Name", "Tag"&lt;BR /&gt; ],&lt;BR /&gt; fieldInfos: [&lt;BR /&gt; {&lt;BR /&gt; name: 'OBJECTID', &lt;BR /&gt; alias: 'id', &lt;BR /&gt; },&lt;BR /&gt; {&lt;BR /&gt; name: 'Shape', &lt;BR /&gt; alias: 'Tipo de geometría',&lt;BR /&gt; },&lt;BR /&gt; {&lt;BR /&gt; name: 'Name', &lt;BR /&gt; alias: 'Nombre',&lt;BR /&gt; }&lt;BR /&gt; ],&lt;BR /&gt; "map" : map&lt;BR /&gt; }, 'myTableNode');&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and my div&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;div id="myTableNode"&amp;gt;&amp;lt;/div&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;¿how to convert in table with tabletools api?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Nov 2016 22:54:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/convert-featuretable-in-table-with-tabletools-api/m-p/497371#M46233</guid>
      <dc:creator>MarinaSánchez</dc:creator>
      <dc:date>2016-11-25T22:54:54Z</dc:date>
    </item>
    <item>
      <title>Re: convert featureTable in table with tabletools api js</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/convert-featuretable-in-table-with-tabletools-api/m-p/497372#M46234</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have never heard of table tools api and I am not clear on what your question is.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 26 Nov 2016 02:31:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/convert-featuretable-in-table-with-tabletools-api/m-p/497372#M46234</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2016-11-26T02:31:34Z</dc:date>
    </item>
    <item>
      <title>Re: convert featureTable in table with tabletools api js</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/convert-featuretable-in-table-with-tabletools-api/m-p/497373#M46235</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, robert&lt;/P&gt;&lt;P&gt;Why does my table appear like this?&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/272467_pastedImage_1.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Nov 2016 18:03:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/convert-featuretable-in-table-with-tabletools-api/m-p/497373#M46235</guid>
      <dc:creator>MarinaSánchez</dc:creator>
      <dc:date>2016-11-28T18:03:25Z</dc:date>
    </item>
    <item>
      <title>Re: convert featureTable in table with tabletools api js</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/convert-featuretable-in-table-with-tabletools-api/m-p/497374#M46236</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Marina,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;I would have to see your code but it looks like you have a css issue. Have you you added a link to your code for one of the dojo dijit theme (like claro)?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Nov 2016 18:12:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/convert-featuretable-in-table-with-tabletools-api/m-p/497374#M46236</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2016-11-28T18:12:54Z</dc:date>
    </item>
    <item>
      <title>Re: convert featureTable in table with tabletools api js</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/convert-featuretable-in-table-with-tabletools-api/m-p/497375#M46237</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes,&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&amp;lt;link rel="stylesheet" href="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=https%3A%2F%2Fjs.arcgis.com%2F3.16%2Fdijit%2Fthemes%2Fclaro%2Fclaro.css" rel="nofollow" target="_blank"&gt;https://js.arcgis.com/3.16/dijit/themes/claro/claro.css&lt;/A&gt;&lt;SPAN&gt;"&amp;gt; &amp;nbsp; &amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the problem is because I dont use dojo's&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;div id="dialog" title="Basic dialog" style="display:none"&amp;gt;&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;div id="myTableNode"&amp;gt;&amp;lt;/div&amp;gt; &lt;BR /&gt; &amp;lt;/div&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Nov 2016 18:25:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/convert-featuretable-in-table-with-tabletools-api/m-p/497375#M46237</guid>
      <dc:creator>MarinaSánchez</dc:creator>
      <dc:date>2016-11-28T18:25:57Z</dc:date>
    </item>
    <item>
      <title>Re: convert featureTable in table with tabletools api js</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/convert-featuretable-in-table-with-tabletools-api/m-p/497376#M46238</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Marina,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;If you take this sample in the sanbox and comment out the claro theme it looks a little like what you are seeing:&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://developers.arcgis.com/javascript/3/sandbox/sandbox.html?sample=featuretable" title="https://developers.arcgis.com/javascript/3/sandbox/sandbox.html?sample=featuretable"&gt;ArcGIS API for JavaScript Sandbox&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So that leads me to believe that you FeatureTable is not getting the claro css rules.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Nov 2016 18:38:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/convert-featuretable-in-table-with-tabletools-api/m-p/497376#M46238</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2016-11-28T18:38:16Z</dc:date>
    </item>
  </channel>
</rss>

