<?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: Table data displayed inside a Table..  jsapi 3.3, jquery, and DataTables in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/table-data-displayed-inside-a-table-nbsp-jsapi-3-3/m-p/203154#M18842</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello there..&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I was able to figure this one out, right after I asked it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The order in which you add the jQuery and the DataTables and the ArcGIS jsapi to the page is the key.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Andy..&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro"&gt;&amp;lt;!--&amp;nbsp; Ext JS --&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;script&amp;nbsp; src="http://myserver/ext-4.0.7-gpl/ext-all.js"&amp;gt;&amp;lt;/script&amp;gt;&amp;lt;!-- Running ExtJs for its panels--&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;!-- Scripts LayoutPanels--&amp;gt;&amp;nbsp;&amp;nbsp; &amp;lt;script src="js/Layout.js"&amp;gt;&amp;lt;/script&amp;gt;&amp;lt;!-- my setup of the Layout Panels --&amp;gt;&amp;nbsp;&amp;nbsp; &amp;lt;script src="jquery/jquery-1.8.3.min.js"&amp;gt;&amp;lt;/script&amp;gt; &amp;lt;!-- Adding the jQuery to the page --&amp;gt;&amp;nbsp;&amp;nbsp; &amp;lt;script src="js/DataTables-1.9.4/media/js/jquery.dataTables.min.js"&amp;gt;&amp;lt;/script&amp;gt;&amp;nbsp; &amp;lt;!-- Adding DataTables&amp;nbsp; --&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;!--Map script --&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;script src="http://serverapi.arcgisonline.com/jsapi/arcgis/3.3compact/"&amp;gt;&amp;lt;/script&amp;gt;&amp;nbsp; &amp;lt;!-- Adding the api --&amp;gt;&amp;nbsp;&amp;nbsp; &amp;lt;script src="js/Map.js"&amp;gt;&amp;lt;/script&amp;gt;&amp;lt;!-- Setting up my map --&amp;gt;&amp;nbsp;&amp;nbsp; &amp;lt;script src="js/CSVHandler.js"&amp;gt;&amp;lt;/script&amp;gt;&amp;lt;!-- Drag Drop behavior for csv tables dragged onto the map --&amp;gt;&amp;nbsp;&amp;nbsp; &amp;lt;script src="js/TableScript.js"&amp;gt;&amp;lt;/script&amp;gt;&amp;nbsp; &amp;lt;!-- Once the graphics layer is added feed the lists to DataTables --&amp;gt;&amp;nbsp;&amp;nbsp; &lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 19 Mar 2013 08:45:07 GMT</pubDate>
    <dc:creator>AndrewDavis</dc:creator>
    <dc:date>2013-03-19T08:45:07Z</dc:date>
    <item>
      <title>Table data displayed inside a Table..  jsapi 3.3, jquery, and DataTables</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/table-data-displayed-inside-a-table-nbsp-jsapi-3-3/m-p/203153#M18841</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have a working web map which allows for me to drag/drop a .csv file onto the map frame and then draws the line information as point graphics on the browser.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am working to incorporate the DataTables JS plugin to show the point data on the map in a table.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;As soon as I add the reference to DataTables &lt;/SPAN&gt;&lt;PRE class="plain" name="code"&gt;&amp;lt;script src="js/DataTables-1.9.4/media/js/jquery.dataTables.min.js"&amp;gt;&amp;lt;/script&amp;gt;&lt;/PRE&gt;&lt;DIV style="display:none;"&gt; &lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;To my document I get errors and flags that indicate multiple definitions of various jquery elements.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[ATTACH=CONFIG]22703[/ATTACH]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any advice is welcome.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Andy&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Mar 2013 15:54:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/table-data-displayed-inside-a-table-nbsp-jsapi-3-3/m-p/203153#M18841</guid>
      <dc:creator>AndrewDavis</dc:creator>
      <dc:date>2013-03-18T15:54:10Z</dc:date>
    </item>
    <item>
      <title>Re: Table data displayed inside a Table..  jsapi 3.3, jquery, and DataTables</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/table-data-displayed-inside-a-table-nbsp-jsapi-3-3/m-p/203154#M18842</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello there..&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I was able to figure this one out, right after I asked it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The order in which you add the jQuery and the DataTables and the ArcGIS jsapi to the page is the key.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Andy..&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro"&gt;&amp;lt;!--&amp;nbsp; Ext JS --&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;script&amp;nbsp; src="http://myserver/ext-4.0.7-gpl/ext-all.js"&amp;gt;&amp;lt;/script&amp;gt;&amp;lt;!-- Running ExtJs for its panels--&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;!-- Scripts LayoutPanels--&amp;gt;&amp;nbsp;&amp;nbsp; &amp;lt;script src="js/Layout.js"&amp;gt;&amp;lt;/script&amp;gt;&amp;lt;!-- my setup of the Layout Panels --&amp;gt;&amp;nbsp;&amp;nbsp; &amp;lt;script src="jquery/jquery-1.8.3.min.js"&amp;gt;&amp;lt;/script&amp;gt; &amp;lt;!-- Adding the jQuery to the page --&amp;gt;&amp;nbsp;&amp;nbsp; &amp;lt;script src="js/DataTables-1.9.4/media/js/jquery.dataTables.min.js"&amp;gt;&amp;lt;/script&amp;gt;&amp;nbsp; &amp;lt;!-- Adding DataTables&amp;nbsp; --&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;!--Map script --&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;script src="http://serverapi.arcgisonline.com/jsapi/arcgis/3.3compact/"&amp;gt;&amp;lt;/script&amp;gt;&amp;nbsp; &amp;lt;!-- Adding the api --&amp;gt;&amp;nbsp;&amp;nbsp; &amp;lt;script src="js/Map.js"&amp;gt;&amp;lt;/script&amp;gt;&amp;lt;!-- Setting up my map --&amp;gt;&amp;nbsp;&amp;nbsp; &amp;lt;script src="js/CSVHandler.js"&amp;gt;&amp;lt;/script&amp;gt;&amp;lt;!-- Drag Drop behavior for csv tables dragged onto the map --&amp;gt;&amp;nbsp;&amp;nbsp; &amp;lt;script src="js/TableScript.js"&amp;gt;&amp;lt;/script&amp;gt;&amp;nbsp; &amp;lt;!-- Once the graphics layer is added feed the lists to DataTables --&amp;gt;&amp;nbsp;&amp;nbsp; &lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Mar 2013 08:45:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/table-data-displayed-inside-a-table-nbsp-jsapi-3-3/m-p/203154#M18842</guid>
      <dc:creator>AndrewDavis</dc:creator>
      <dc:date>2013-03-19T08:45:07Z</dc:date>
    </item>
  </channel>
</rss>

