<?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>Question Re: To extend Template based List Report app - Responsive table in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/to-extend-template-based-list-report-app-responsive-table/qaa-p/835588#M271879</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;First did you try by using PresentaitonVariant ? : &lt;A href="https://ui5.sap.com/#/topic/11d5a0c51e88414ca8d0a87407956f49" target="test_blank"&gt;https://ui5.sap.com/#/topic/11d5a0c51e88414ca8d0a87407956f49&lt;/A&gt;&lt;/P&gt;&lt;P&gt;If it doesn't work you can extend the controller and then you will be able to rebind the smarttable with your group.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Joseph&lt;/P&gt;</description>
    <pubDate>Tue, 12 Feb 2019 06:22:43 GMT</pubDate>
    <dc:creator>Joseph_BERTHE1</dc:creator>
    <dc:date>2019-02-12T06:22:43Z</dc:date>
    <item>
      <title>To extend Template based List Report app - Responsive table</title>
      <link>https://community.sap.com/t5/technology-q-a/to-extend-template-based-list-report-app-responsive-table/qaq-p/835587</link>
      <description>&lt;P&gt;We all know there are limited options for extending List report application when we choose a template based project. In one of the requirement, I have to default the grouping to 1 field in the table setting dialog. I found out that dialog used is Personalization dialog (p13n). The fields in group window comes from the CDS. By default the grouping is set to &amp;lt;none&amp;gt;. How can i set default to one of the field ?&lt;/P&gt;
  &lt;P&gt;I know that default grouping is only possible in Grid and Analytical table. Responsive table ignores the setting. But we have to achieve this via extension of the control. Challenge is to find the code of Personalization dialog in UI5 template project. Let me know if anyone has any idea on this. Thanks in advance.&lt;/P&gt;
  &lt;P&gt;Idea is to have report set in grouped format, once the user opens the app.&lt;/P&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/272591-p1.jpg" /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 08 Feb 2019 06:48:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/to-extend-template-based-list-report-app-responsive-table/qaq-p/835587</guid>
      <dc:creator>tejasChouhan</dc:creator>
      <dc:date>2019-02-08T06:48:05Z</dc:date>
    </item>
    <item>
      <title>Re: To extend Template based List Report app - Responsive table</title>
      <link>https://community.sap.com/t5/technology-q-a/to-extend-template-based-list-report-app-responsive-table/qaa-p/835588#M271879</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;First did you try by using PresentaitonVariant ? : &lt;A href="https://ui5.sap.com/#/topic/11d5a0c51e88414ca8d0a87407956f49" target="test_blank"&gt;https://ui5.sap.com/#/topic/11d5a0c51e88414ca8d0a87407956f49&lt;/A&gt;&lt;/P&gt;&lt;P&gt;If it doesn't work you can extend the controller and then you will be able to rebind the smarttable with your group.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Joseph&lt;/P&gt;</description>
      <pubDate>Tue, 12 Feb 2019 06:22:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/to-extend-template-based-list-report-app-responsive-table/qaa-p/835588#M271879</guid>
      <dc:creator>Joseph_BERTHE1</dc:creator>
      <dc:date>2019-02-12T06:22:43Z</dc:date>
    </item>
    <item>
      <title>Re: To extend Template based List Report app - Responsive table</title>
      <link>https://community.sap.com/t5/technology-q-a/to-extend-template-based-list-report-app-responsive-table/qaa-p/835589#M271880</link>
      <description>&lt;P&gt;Hi Joseph,&lt;/P&gt;&lt;P&gt;Default grouping using Presentation variant works only for Sort, and not for Group in responsive table.&lt;/P&gt;&lt;P&gt;As responsive table ignores it. I have done this both in Local annotation as well as CDS level, but it ignores. (Which is currently limitation by SAP). Correct me if I am wrong !  &lt;SPAN class="mention-scrubbed"&gt;jocelyn.dart&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;For extending the controller, I wanted to know how I will find the ID of the Personalization dialog as this comes as template.&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;tejas3&lt;/P&gt;</description>
      <pubDate>Thu, 14 Feb 2019 09:53:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/to-extend-template-based-list-report-app-responsive-table/qaa-p/835589#M271880</guid>
      <dc:creator>tejasChouhan</dc:creator>
      <dc:date>2019-02-14T09:53:30Z</dc:date>
    </item>
    <item>
      <title>Re: To extend Template based List Report app - Responsive table</title>
      <link>https://community.sap.com/t5/technology-q-a/to-extend-template-based-list-report-app-responsive-table/qaa-p/835590#M271881</link>
      <description>&lt;P&gt;Hi &lt;A href="https://answers.sap.com/users/2784/tejaschouhan.html"&gt;Tejas Chouhan&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;What about using a default variant for all the users(with grouping)?&lt;BR /&gt;BR,&lt;/P&gt;&lt;P&gt;Mahesh&lt;/P&gt;</description>
      <pubDate>Fri, 15 Feb 2019 18:30:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/to-extend-template-based-list-report-app-responsive-table/qaa-p/835590#M271881</guid>
      <dc:creator>maheshpalavalli</dc:creator>
      <dc:date>2019-02-15T18:30:42Z</dc:date>
    </item>
  </channel>
</rss>

