<?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>idea Add the ability to format FeatureTable column cells in Developers Ideas</title>
    <link>https://community.esri.com/t5/developers-ideas/add-the-ability-to-format-featuretable-column/idi-p/961131</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;The new FeatureTable is nice, but it lacks the ability to format column cells. For example, if I have a field that is a link to a webpage, it is impossible to open that link in the current widget. I cannot select the text to highlight it and copy it, and clicking on the link simply selects the dgrid row.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;The ability to specify a formatter function that would format the text into a clickable link would be fantastic and is necessary.&lt;BR /&gt;&lt;BR /&gt;Example:
&lt;PRE class="ckeditor_codeblock"&gt;
var formatURL = function (url) {
        if (!url || url.length &amp;lt; 5) {
            return 'N/A';
        } else {
            return  '&amp;lt;a href="' + url + '"&amp;gt;Link&amp;lt;/a&amp;gt;';
        }
    };

new FeatureTable({ 
featureLayer: fl,
map: map,
fieldInfos: [
{fieldName: 'url_field',
format: formatURL
label: 'The Website'
}]
}, 'tableNode' );
&lt;/PRE&gt;
&lt;BR /&gt;&amp;nbsp;

&lt;!-- content transformation source ID: 087E0000000CwTG --&gt;

&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 20 Feb 2015 18:00:52 GMT</pubDate>
    <dc:creator>roemhildtg</dc:creator>
    <dc:date>2015-02-20T18:00:52Z</dc:date>
    <item>
      <title>Add the ability to format FeatureTable column cells</title>
      <link>https://community.esri.com/t5/developers-ideas/add-the-ability-to-format-featuretable-column/idi-p/961131</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;The new FeatureTable is nice, but it lacks the ability to format column cells. For example, if I have a field that is a link to a webpage, it is impossible to open that link in the current widget. I cannot select the text to highlight it and copy it, and clicking on the link simply selects the dgrid row.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;The ability to specify a formatter function that would format the text into a clickable link would be fantastic and is necessary.&lt;BR /&gt;&lt;BR /&gt;Example:
&lt;PRE class="ckeditor_codeblock"&gt;
var formatURL = function (url) {
        if (!url || url.length &amp;lt; 5) {
            return 'N/A';
        } else {
            return  '&amp;lt;a href="' + url + '"&amp;gt;Link&amp;lt;/a&amp;gt;';
        }
    };

new FeatureTable({ 
featureLayer: fl,
map: map,
fieldInfos: [
{fieldName: 'url_field',
format: formatURL
label: 'The Website'
}]
}, 'tableNode' );
&lt;/PRE&gt;
&lt;BR /&gt;&amp;nbsp;

&lt;!-- content transformation source ID: 087E0000000CwTG --&gt;

&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Feb 2015 18:00:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-ideas/add-the-ability-to-format-featuretable-column/idi-p/961131</guid>
      <dc:creator>roemhildtg</dc:creator>
      <dc:date>2015-02-20T18:00:52Z</dc:date>
    </item>
  </channel>
</rss>

