<?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 Alternate View for Array Data instead of nuxeo-data-table? in Nuxeo Forum</title>
    <link>https://connect.hyland.com/t5/nuxeo-forum/alternate-view-for-array-data-instead-of-nuxeo-data-table/m-p/322988#M9989</link>
    <description>&lt;P&gt;Has anyone development or know of a better method of display array data instead to the standard &lt;CODE&gt;nuxeo-data-table&lt;/CODE&gt; that gets generated in a layout, specifically for view-layouts?&lt;/P&gt;
&lt;P&gt;I have a few fields that are arrays that users can enter data into (instead of selecting from a directory). Studio creates &lt;CODE&gt;nuxeo-data-tables&lt;/CODE&gt; for these types of fields, but the design/css for them take up a lot of space. I tried modifying some of the styes and made some progress, but it isn't ideal. It would be more ideal to list the values in the array similar to &lt;CODE&gt;nuxeo-directory-suggestion&lt;/CODE&gt;, but I can't just utilize that because it creates errors when new data is added to the array. Just looking for a better way to do this without taking up a lot of screen space.&lt;/P&gt;
&lt;P&gt;Here are some examples of live vs the idea of changing the layout.
&lt;span class="lia-inline-image-display-wrapper" image-alt="Live Code"&gt;&lt;img src="https://connect.hyland.com/t5/image/serverpage/image-id/1965i0F38B18698214806/image-size/large?v=v2&amp;amp;px=999" role="button" title="Live Code" alt="Live Code" /&gt;&lt;/span&gt;
&lt;span class="lia-inline-image-display-wrapper" image-alt="Alternate Idea"&gt;&lt;img src="https://connect.hyland.com/t5/image/serverpage/image-id/1958i4FAF8CFE6330BFFC/image-size/large?v=v2&amp;amp;px=999" role="button" title="Alternate Idea" alt="Alternate Idea" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 16 Jul 2020 22:12:25 GMT</pubDate>
    <dc:creator>Phil_Ludlow</dc:creator>
    <dc:date>2020-07-16T22:12:25Z</dc:date>
    <item>
      <title>Alternate View for Array Data instead of nuxeo-data-table?</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/alternate-view-for-array-data-instead-of-nuxeo-data-table/m-p/322988#M9989</link>
      <description>&lt;P&gt;Has anyone development or know of a better method of display array data instead to the standard &lt;CODE&gt;nuxeo-data-table&lt;/CODE&gt; that gets generated in a layout, specifically for view-layouts?&lt;/P&gt;
&lt;P&gt;I have a few fields that are arrays that users can enter data into (instead of selecting from a directory). Studio creates &lt;CODE&gt;nuxeo-data-tables&lt;/CODE&gt; for these types of fields, but the design/css for them take up a lot of space. I tried modifying some of the styes and made some progress, but it isn't ideal. It would be more ideal to list the values in the array similar to &lt;CODE&gt;nuxeo-directory-suggestion&lt;/CODE&gt;, but I can't just utilize that because it creates errors when new data is added to the array. Just looking for a better way to do this without taking up a lot of screen space.&lt;/P&gt;
&lt;P&gt;Here are some examples of live vs the idea of changing the layout.
&lt;span class="lia-inline-image-display-wrapper" image-alt="Live Code"&gt;&lt;img src="https://connect.hyland.com/t5/image/serverpage/image-id/1965i0F38B18698214806/image-size/large?v=v2&amp;amp;px=999" role="button" title="Live Code" alt="Live Code" /&gt;&lt;/span&gt;
&lt;span class="lia-inline-image-display-wrapper" image-alt="Alternate Idea"&gt;&lt;img src="https://connect.hyland.com/t5/image/serverpage/image-id/1958i4FAF8CFE6330BFFC/image-size/large?v=v2&amp;amp;px=999" role="button" title="Alternate Idea" alt="Alternate Idea" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jul 2020 22:12:25 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/alternate-view-for-array-data-instead-of-nuxeo-data-table/m-p/322988#M9989</guid>
      <dc:creator>Phil_Ludlow</dc:creator>
      <dc:date>2020-07-16T22:12:25Z</dc:date>
    </item>
    <item>
      <title>Re: Alternate View for Array Data instead of nuxeo-data-table?</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/alternate-view-for-array-data-instead-of-nuxeo-data-table/m-p/322989#M9990</link>
      <description>&lt;P&gt;Also forgot to add, that I'm not sure how to address complex fields with multiple fields, but it would be nice to have them take up less space also.&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jul 2020 22:14:20 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/alternate-view-for-array-data-instead-of-nuxeo-data-table/m-p/322989#M9990</guid>
      <dc:creator>Phil_Ludlow</dc:creator>
      <dc:date>2020-07-16T22:14:20Z</dc:date>
    </item>
    <item>
      <title>Re: Alternate View for Array Data instead of nuxeo-data-table?</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/alternate-view-for-array-data-instead-of-nuxeo-data-table/m-p/322990#M9991</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;In document layout, you could do whatever you need by looping every value:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;&amp;lt;template is="dom-repeat" items="[[document.properties.MYPREFIX:MYPROPERTY]]" as="property"&amp;gt;
//  Whatever needed like &amp;lt;nuxeo-tag&amp;gt;[[formatDirectory(property)]]&amp;lt;/nuxeo-tag&amp;gt;
&amp;lt;/template&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;The fixed height issue is identified by the Nuxeo team.&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;</description>
      <pubDate>Mon, 20 Jul 2020 21:43:26 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/alternate-view-for-array-data-instead-of-nuxeo-data-table/m-p/322990#M9991</guid>
      <dc:creator>Gregory_Carlin</dc:creator>
      <dc:date>2020-07-20T21:43:26Z</dc:date>
    </item>
    <item>
      <title>Re: Alternate View for Array Data instead of nuxeo-data-table?</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/alternate-view-for-array-data-instead-of-nuxeo-data-table/m-p/322991#M9992</link>
      <description>&lt;P&gt;Thanks for the suggestion, I'll will try this out.&lt;/P&gt;</description>
      <pubDate>Tue, 21 Jul 2020 05:31:49 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/alternate-view-for-array-data-instead-of-nuxeo-data-table/m-p/322991#M9992</guid>
      <dc:creator>Phil_Ludlow</dc:creator>
      <dc:date>2020-07-21T05:31:49Z</dc:date>
    </item>
    <item>
      <title>Re: Alternate View for Array Data instead of nuxeo-data-table?</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/alternate-view-for-array-data-instead-of-nuxeo-data-table/m-p/322992#M9993</link>
      <description>&lt;P&gt;This worked great, thanks so much! (This might be a better default approach when metadata layouts get generated instead of using the nuxeo-data-table—could be a suggestion for the Studio team.&lt;/P&gt;</description>
      <pubDate>Tue, 21 Jul 2020 15:36:30 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/alternate-view-for-array-data-instead-of-nuxeo-data-table/m-p/322992#M9993</guid>
      <dc:creator>Phil_Ludlow</dc:creator>
      <dc:date>2020-07-21T15:36:30Z</dc:date>
    </item>
  </channel>
</rss>

