<?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 show datatable in a form? in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/how-to-show-datatable-in-a-form/m-p/19607#M8665</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think the better appproach is to use alfresco ADF with custom stencil where your custom datable can be one of the componenet present in the ADF itself.&lt;/P&gt;&lt;P&gt;For ADF data table you can refer&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://alfresco.github.io/adf-component-catalog/additional-documentation/tutorials/working-with-a-datatable.html" title="https://alfresco.github.io/adf-component-catalog/additional-documentation/tutorials/working-with-a-datatable.html" rel="nofollow noopener noreferrer"&gt;ADF Component Catalog&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For custom component you can refer&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://alfresco.github.io/adf-component-catalog/additional-documentation/form-extensibility-and-customisation.html#replacing-default-form-widgets-with-custom-components" title="https://alfresco.github.io/adf-component-catalog/additional-documentation/form-extensibility-and-customisation.html#replacing-default-form-widgets-with-custom-components" rel="nofollow noopener noreferrer"&gt;ADF Component Catalog&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I think custom form fields here &lt;A _jive_internal="true" class="" data-containerid="1011" data-containertype="37" data-objectid="1941" data-objecttype="38" href="https://community.alfresco.com/community/bpm/blog/2016/11/23/activiti-enterprise-developer-series-custom-form-fields" rel="nofollow noopener noreferrer"&gt;Developer Series - Custom Form Fields&lt;/A&gt;&amp;nbsp;&amp;nbsp; will be referring to angular js where as ADF framework is built on latest Angular.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 05 Dec 2018 05:10:11 GMT</pubDate>
    <dc:creator>mdtabrezmca</dc:creator>
    <dc:date>2018-12-05T05:10:11Z</dc:date>
    <item>
      <title>how to show datatable in a form?</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-to-show-datatable-in-a-form/m-p/19604#M8662</link>
      <description>Hello,&amp;nbsp;I would like to know how can I display a datatable with several columns in a form?&amp;nbsp;This will be used in a workflow. The table will be filled with values where the user can add lines&amp;nbsp;Thank you in advance</description>
      <pubDate>Mon, 26 Mar 2018 13:30:53 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-to-show-datatable-in-a-form/m-p/19604#M8662</guid>
      <dc:creator>chafouette</dc:creator>
      <dc:date>2018-03-26T13:30:53Z</dc:date>
    </item>
    <item>
      <title>Re: how to show datatable in a form?</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-to-show-datatable-in-a-form/m-p/19605#M8663</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can you explain in detail where you're looking for datatable?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 May 2018 12:04:39 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-to-show-datatable-in-a-form/m-p/19605#M8663</guid>
      <dc:creator>amruta_w</dc:creator>
      <dc:date>2018-05-24T12:04:39Z</dc:date>
    </item>
    <item>
      <title>Re: how to show datatable in a form?</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-to-show-datatable-in-a-form/m-p/19606#M8664</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &amp;nbsp;Cyrine,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think you need to create custom form field,&lt;/P&gt;&lt;P&gt;Here is a document for custom form field this may solve your problem&lt;/P&gt;&lt;P&gt;Developer Series - Custom Form Fields | Alfresco Community&lt;A href="https://community.alfresco.com/community/bpm/blog/2016/11/23/activiti-enterprise-developer-series-custom-form-fields" rel="nofollow noopener noreferrer"&gt;https://community.alfresco.com/community/bpm/blog/2016/11/23/activiti-enterprise-developer-series-custom-form-fields&lt;/A&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OR&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use&amp;nbsp;custom ftl to display your table in workflow&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;It should be present in the&amp;nbsp;&amp;lt;field-visibility&amp;gt;&amp;nbsp;section and ensure, you've the&amp;nbsp;set&amp;nbsp;also exists in&amp;nbsp;the section.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&amp;lt;form&amp;gt;&lt;BR /&gt;&amp;lt;field-visibility&amp;gt;&lt;BR /&gt;......&lt;BR /&gt;......&lt;BR /&gt;&amp;lt;show id="mswf:userDetails" /&amp;gt;&lt;BR /&gt;........&lt;BR /&gt;........&lt;BR /&gt;&amp;lt;/field-visibility&amp;gt;&lt;BR /&gt;&amp;lt;appearance&amp;gt;&lt;BR /&gt;............&lt;BR /&gt;&amp;lt;set id="userDetails" appearance="title" label="User Details" /&amp;gt;&lt;BR /&gt;.............&lt;BR /&gt;&amp;lt;field id="mswf:userDetails" set="userDetails" label="User Details" read-only="true"&amp;gt;&lt;BR /&gt;&amp;lt;control template="/org/alfresco/components/form/controls/workflow/userdetails.ftl" /&amp;gt;&lt;BR /&gt;&amp;lt;/field&amp;gt;&lt;BR /&gt;&amp;lt;/appearance&amp;gt;&lt;BR /&gt;&amp;lt;/form&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;prachi shah&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.contcentric.com/" rel="nofollow noopener noreferrer"&gt;ContCentric&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Dec 2018 11:02:07 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-to-show-datatable-in-a-form/m-p/19606#M8664</guid>
      <dc:creator>prachi_shah_c2</dc:creator>
      <dc:date>2018-12-04T11:02:07Z</dc:date>
    </item>
    <item>
      <title>Re: how to show datatable in a form?</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-to-show-datatable-in-a-form/m-p/19607#M8665</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think the better appproach is to use alfresco ADF with custom stencil where your custom datable can be one of the componenet present in the ADF itself.&lt;/P&gt;&lt;P&gt;For ADF data table you can refer&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://alfresco.github.io/adf-component-catalog/additional-documentation/tutorials/working-with-a-datatable.html" title="https://alfresco.github.io/adf-component-catalog/additional-documentation/tutorials/working-with-a-datatable.html" rel="nofollow noopener noreferrer"&gt;ADF Component Catalog&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For custom component you can refer&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://alfresco.github.io/adf-component-catalog/additional-documentation/form-extensibility-and-customisation.html#replacing-default-form-widgets-with-custom-components" title="https://alfresco.github.io/adf-component-catalog/additional-documentation/form-extensibility-and-customisation.html#replacing-default-form-widgets-with-custom-components" rel="nofollow noopener noreferrer"&gt;ADF Component Catalog&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I think custom form fields here &lt;A _jive_internal="true" class="" data-containerid="1011" data-containertype="37" data-objectid="1941" data-objecttype="38" href="https://community.alfresco.com/community/bpm/blog/2016/11/23/activiti-enterprise-developer-series-custom-form-fields" rel="nofollow noopener noreferrer"&gt;Developer Series - Custom Form Fields&lt;/A&gt;&amp;nbsp;&amp;nbsp; will be referring to angular js where as ADF framework is built on latest Angular.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Dec 2018 05:10:11 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-to-show-datatable-in-a-form/m-p/19607#M8665</guid>
      <dc:creator>mdtabrezmca</dc:creator>
      <dc:date>2018-12-05T05:10:11Z</dc:date>
    </item>
  </channel>
</rss>

