<?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: SAP Developer Challenge - UI5 Web Components for React Challenge (Week 3) in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-developer-challenge-ui5-web-components-for-react-challenge-week-3/m-p/268721#M1776</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.sap.com/t5/user/viewprofilepage/user-id/7488"&gt;@MichelleMoudy6&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is the screenshot for week-3&lt;BR /&gt;Initial loading&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SingireddySunil_0-1687870018255.png" style="width: 999px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/38815i4870E23C0730DA1D/image-size/large?v=v2&amp;amp;px=999" role="button" title="SingireddySunil_0-1687870018255.png" alt="SingireddySunil_0-1687870018255.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;After scrolling down&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SingireddySunil_1-1687870029579.png" style="width: 999px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/38816i44499AC29B32E08B/image-size/large?v=v2&amp;amp;px=999" role="button" title="SingireddySunil_1-1687870029579.png" alt="SingireddySunil_1-1687870029579.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 27 Jun 2023 12:48:10 GMT</pubDate>
    <dc:creator>SingireddySunil</dc:creator>
    <dc:date>2023-06-27T12:48:10Z</dc:date>
    <item>
      <title>SAP Developer Challenge - UI5 Web Components for React Challenge (Week 3)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-developer-challenge-ui5-web-components-for-react-challenge-week-3/m-p/267497#M1757</link>
      <description>&lt;P class="lia-align-center"&gt;&lt;A href="https://blogs.sap.com/2023/06/07/sap-ui5-web-components-for-react-challenge-table-mastery-and-custom-components/" target="_blank" rel="noopener"&gt;This post is part of the UI5 Web Components for React Challenge (June 2023)&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Welcome to the third week of the React developer challenge! This week, your task is to add infinite scrolling to your table and use a larger data set sent into the Solution component through a prop.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MichelleMoudy_0-1687316676514.png" style="width: 680px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/38372iB52ED366FA03EBF1/image-dimensions/680x459?v=v2" width="680" height="459" role="button" title="MichelleMoudy_0-1687316676514.png" alt="MichelleMoudy_0-1687316676514.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;If you haven’t completed the first 2 weeks, you’ll need to do so as this week’s code is built on top of the previous weeks.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;H2&gt;&lt;STRONG&gt;Resources&lt;/STRONG&gt;&lt;/H2&gt;&lt;P&gt;To help you achieve the goals for this week, the following resources (along with the resources from the last 2 weeks) could be useful.&lt;/P&gt;&lt;P&gt;&lt;A href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array" target="_blank"&gt;JavaScript Arrays&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/slice" target="_blank"&gt;JavaScript Arrays Slice&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://react.dev/reference/react/useState" target="_blank"&gt;React useState&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://blog.logrocket.com/styling-react-5-ways-style-react-apps/" target="_blank"&gt;Custom Component Styling&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://groups.community.sap.com/t5/application-development/sap-developer-challenge-sap-ui5-web-components-for-react/td-p/264898" target="_blank" rel="noopener"&gt;For guidance on getting started, please refer to week 1.&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;H2&gt;&lt;STRONG&gt;The Challenge&lt;/STRONG&gt;&lt;/H2&gt;&lt;P&gt;&lt;STRONG&gt;Goal:&lt;/STRONG&gt; Use the larger data set from utils/data.js and send to your Solution component through a prop in App.tsx. Then implement an infinite scroll that loads 10 rows when the table initializes, and another 5 rows.&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Hint: When loading in the data from a prop, you should be using React state.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;To receive credit for this week, you will need to accomplish the following tasks:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;1) &lt;/STRONG&gt;Change the name of the title in App.tsx to&lt;STRONG&gt; include your name and “Week 3 – Infinite Scroll”&lt;/STRONG&gt;. It should resemble the title shown in the screenshot at the top of this post.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;2) &lt;/STRONG&gt;Use the larger data set in &lt;STRONG&gt;utils/data.js&lt;/STRONG&gt; and send that into your solution component through a prop in App.tsx. Also, &lt;STRONG&gt;you will need to add statuses to the individual tasks in data.js&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;3) &lt;/STRONG&gt;Implement an infinite scroll to your table with the help of built in Table or AnalyticalTable props. You should &lt;STRONG&gt;load 10 rows on initialization&lt;/STRONG&gt; and &lt;STRONG&gt;5 rows after scrolling to the bottom.&lt;/STRONG&gt; You will need to &lt;STRONG&gt;apply a style to the table to limit its growth&lt;/STRONG&gt; so you can scroll. &amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;4)&lt;/STRONG&gt; Take a screenshot with your full table, header, scroll bar, and modified statuses and &lt;STRONG&gt;post it in THIS discussion.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Note: If you encounter issues with your frontend not loading, ensure that you have imported all the necessary dependencies. Unfortunately, the debugging experience may not provide clear error messages. One useful approach is to comment out sections of code until the UI loads, then gradually uncomment to isolate the problematic line.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Get ready to enhance your React skills by incorporating the power of SAP UI5 Web Components into a custom component! Good luck and happy coding! &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 21 Jun 2023 06:56:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-developer-challenge-ui5-web-components-for-react-challenge-week-3/m-p/267497#M1757</guid>
      <dc:creator>MichelleMoudy6</dc:creator>
      <dc:date>2023-06-21T06:56:50Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Developer Challenge - UI5 Web Components for React Challenge (Week 3)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-developer-challenge-ui5-web-components-for-react-challenge-week-3/m-p/267854#M1758</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Here is my proposal for Week 3:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="w3.jpg" style="width: 702px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/38497i94C9F7396B3BCD43/image-size/large?v=v2&amp;amp;px=999" role="button" title="w3.jpg" alt="w3.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 22 Jun 2023 10:11:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-developer-challenge-ui5-web-components-for-react-challenge-week-3/m-p/267854#M1758</guid>
      <dc:creator>manuelbordallo</dc:creator>
      <dc:date>2023-06-22T10:11:28Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Developer Challenge - UI5 Web Components for React Challenge (Week 3)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-developer-challenge-ui5-web-components-for-react-challenge-week-3/m-p/267872#M1759</link>
      <description>&lt;P&gt;Hello!&lt;BR /&gt;&lt;BR /&gt;My print of the challenge:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Ruthiel_0-1687434243562.png" style="width: 727px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/38505iDB8B1C6BEA9F7353/image-dimensions/727x576?v=v2" width="727" height="576" role="button" title="Ruthiel_0-1687434243562.png" alt="Ruthiel_0-1687434243562.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 22 Jun 2023 11:45:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-developer-challenge-ui5-web-components-for-react-challenge-week-3/m-p/267872#M1759</guid>
      <dc:creator>Ruthiel</dc:creator>
      <dc:date>2023-06-22T11:45:41Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Developer Challenge - UI5 Web Components for React Challenge (Week 3)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-developer-challenge-ui5-web-components-for-react-challenge-week-3/m-p/268014#M1763</link>
      <description>&lt;P&gt;Here is my submission for week 3&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2023-06-23 at 10.57.16 AM.png" style="width: 999px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/38553i8CBDC4192911F64D/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot 2023-06-23 at 10.57.16 AM.png" alt="Screenshot 2023-06-23 at 10.57.16 AM.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 23 Jun 2023 05:32:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-developer-challenge-ui5-web-components-for-react-challenge-week-3/m-p/268014#M1763</guid>
      <dc:creator>SushmitaG98</dc:creator>
      <dc:date>2023-06-23T05:32:40Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Developer Challenge - UI5 Web Components for React Challenge (Week 3)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-developer-challenge-ui5-web-components-for-react-challenge-week-3/m-p/268016#M1764</link>
      <description>&lt;P&gt;Edited the screenshot&lt;/P&gt;</description>
      <pubDate>Fri, 23 Jun 2023 05:33:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-developer-challenge-ui5-web-components-for-react-challenge-week-3/m-p/268016#M1764</guid>
      <dc:creator>SushmitaG98</dc:creator>
      <dc:date>2023-06-23T05:33:16Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Developer Challenge - UI5 Web Components for React Challenge (Week 3)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-developer-challenge-ui5-web-components-for-react-challenge-week-3/m-p/268109#M1769</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="stickman_0x00_9-1687516429193.png" style="width: 400px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/38592iFB530F34E9C8253B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="stickman_0x00_9-1687516429193.png" alt="stickman_0x00_9-1687516429193.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="stickman_0x00_10-1687516513264.png" style="width: 400px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/38593i305AF13D3CFA95D2/image-size/medium?v=v2&amp;amp;px=400" role="button" title="stickman_0x00_10-1687516513264.png" alt="stickman_0x00_10-1687516513264.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;For debugging at least the browser console were able to provide me of libraries I missed to import, at least that helps.&lt;/P&gt;</description>
      <pubDate>Fri, 23 Jun 2023 10:36:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-developer-challenge-ui5-web-components-for-react-challenge-week-3/m-p/268109#M1769</guid>
      <dc:creator>stickman_0x00</dc:creator>
      <dc:date>2023-06-23T10:36:57Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Developer Challenge - UI5 Web Components for React Challenge (Week 3)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-developer-challenge-ui5-web-components-for-react-challenge-week-3/m-p/268194#M1770</link>
      <description>&lt;P&gt;Hello,&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2023-06-23 at 6.30.59 PM.png" style="width: 400px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/38612iF4205967401E158E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screenshot 2023-06-23 at 6.30.59 PM.png" alt="Screenshot 2023-06-23 at 6.30.59 PM.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2023-06-23 at 6.28.56 PM.png" style="width: 400px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/38611iF9DFF564A7E5B75E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screenshot 2023-06-23 at 6.28.56 PM.png" alt="Screenshot 2023-06-23 at 6.28.56 PM.png" /&gt;&lt;/span&gt;&lt;BR /&gt;Please find my solution for Week 3-Infinite Scroll. It currently waits until 18th row is scrolled to and then loads more data.&lt;BR /&gt;&lt;BR /&gt;Have a great weekend!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 23 Jun 2023 16:31:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-developer-challenge-ui5-web-components-for-react-challenge-week-3/m-p/268194#M1770</guid>
      <dc:creator>gauthamkamathk</dc:creator>
      <dc:date>2023-06-23T16:31:43Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Developer Challenge - UI5 Web Components for React Challenge (Week 3)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-developer-challenge-ui5-web-components-for-react-challenge-week-3/m-p/268344#M1771</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;A class="" href="https://groups.community.sap.com/t5/user/viewprofilepage/user-id/7488" target="_self"&gt;&lt;SPAN class=""&gt;Michelle&lt;/SPAN&gt;&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;Here are my submission for week 3.&lt;/P&gt;&lt;P&gt;Picture1, at the top of the page. There are totally 15 rows in the table now. 10 rows were from the initial load plus more 5 rows added by a setRows function on onLoadMore event that has automatically raised according to the height of the table.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="week3-top.png" style="width: 999px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/38678iBEDEA383C15031EB/image-size/large?v=v2&amp;amp;px=999" role="button" title="week3-top.png" alt="week3-top.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Picture2, at the bottom of the page after the 3rd scrolling down.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="week3-buttom-3rd-times.png" style="width: 999px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/38679i790FD4EA0C54B870/image-size/large?v=v2&amp;amp;px=999" role="button" title="week3-buttom-3rd-times.png" alt="week3-buttom-3rd-times.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 26 Jun 2023 05:25:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-developer-challenge-ui5-web-components-for-react-challenge-week-3/m-p/268344#M1771</guid>
      <dc:creator>bztoy</dc:creator>
      <dc:date>2023-06-26T05:25:20Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Developer Challenge - UI5 Web Components for React Challenge (Week 3)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-developer-challenge-ui5-web-components-for-react-challenge-week-3/m-p/268425#M1773</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.sap.com/t5/user/viewprofilepage/user-id/7488"&gt;@MichelleMoudy6&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Here is my screenshots for week 3 challenge.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ManojKumarVarma_0-1687777969606.png" style="width: 400px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/38704i03A4D4EA18637796/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ManojKumarVarma_0-1687777969606.png" alt="ManojKumarVarma_0-1687777969606.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ManojKumarVarma_1-1687777974416.png" style="width: 400px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/38705iDBEE9C141C376FBD/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ManojKumarVarma_1-1687777974416.png" alt="ManojKumarVarma_1-1687777974416.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Mon, 26 Jun 2023 11:13:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-developer-challenge-ui5-web-components-for-react-challenge-week-3/m-p/268425#M1773</guid>
      <dc:creator>ManojKumarVarma</dc:creator>
      <dc:date>2023-06-26T11:13:12Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Developer Challenge - UI5 Web Components for React Challenge (Week 3)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-developer-challenge-ui5-web-components-for-react-challenge-week-3/m-p/268721#M1776</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.sap.com/t5/user/viewprofilepage/user-id/7488"&gt;@MichelleMoudy6&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is the screenshot for week-3&lt;BR /&gt;Initial loading&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SingireddySunil_0-1687870018255.png" style="width: 999px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/38815i4870E23C0730DA1D/image-size/large?v=v2&amp;amp;px=999" role="button" title="SingireddySunil_0-1687870018255.png" alt="SingireddySunil_0-1687870018255.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;After scrolling down&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SingireddySunil_1-1687870029579.png" style="width: 999px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/38816i44499AC29B32E08B/image-size/large?v=v2&amp;amp;px=999" role="button" title="SingireddySunil_1-1687870029579.png" alt="SingireddySunil_1-1687870029579.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Jun 2023 12:48:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-developer-challenge-ui5-web-components-for-react-challenge-week-3/m-p/268721#M1776</guid>
      <dc:creator>SingireddySunil</dc:creator>
      <dc:date>2023-06-27T12:48:10Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Developer Challenge - UI5 Web Components for React Challenge (Week 3)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-developer-challenge-ui5-web-components-for-react-challenge-week-3/m-p/268926#M1778</link>
      <description>&lt;P&gt;Hi All!&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Here is the output for this week's challenge:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JohnPaulLiberal_1-1687952063634.png" style="width: 778px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/38902i5231BE4061AB894D/image-dimensions/778x304?v=v2" width="778" height="304" role="button" title="JohnPaulLiberal_1-1687952063634.png" alt="JohnPaulLiberal_1-1687952063634.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;After scrolling down:&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JohnPaulLiberal_3-1687952300314.png" style="width: 798px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/38904iB156FBEA4FFE93BE/image-dimensions/798x316?v=v2" width="798" height="316" role="button" title="JohnPaulLiberal_3-1687952300314.png" alt="JohnPaulLiberal_3-1687952300314.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 28 Jun 2023 11:40:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-developer-challenge-ui5-web-components-for-react-challenge-week-3/m-p/268926#M1778</guid>
      <dc:creator>JohnPaulLiberal</dc:creator>
      <dc:date>2023-06-28T11:40:06Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Developer Challenge - UI5 Web Components for React Challenge (Week 3)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-developer-challenge-ui5-web-components-for-react-challenge-week-3/m-p/269228#M1784</link>
      <description>&lt;P&gt;this is my assignment.&lt;BR /&gt;I have no excuse right now to learn React with SAPUI5 &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Vrum_0-1688076911168.png" style="width: 400px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/38979i3C5BAD2A721442DE/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Vrum_0-1688076911168.png" alt="Vrum_0-1688076911168.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Vrum_1-1688076925254.png" style="width: 400px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/38980i02A6F03DBC596202/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Vrum_1-1688076925254.png" alt="Vrum_1-1688076925254.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 29 Jun 2023 22:16:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-developer-challenge-ui5-web-components-for-react-challenge-week-3/m-p/269228#M1784</guid>
      <dc:creator>Fianni</dc:creator>
      <dc:date>2023-06-29T22:16:20Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Developer Challenge - UI5 Web Components for React Challenge (Week 3)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-developer-challenge-ui5-web-components-for-react-challenge-week-3/m-p/269483#M1793</link>
      <description>&lt;P&gt;Hi Michelle,&lt;/P&gt;&lt;P&gt;This is my entry to the Week 3 challenge!&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SamyukthaPrabhu_0-1688335320748.png" style="width: 400px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/39084i5A1B7358FE1F78A0/image-size/medium?v=v2&amp;amp;px=400" role="button" title="SamyukthaPrabhu_0-1688335320748.png" alt="SamyukthaPrabhu_0-1688335320748.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Was more challenging than the previous 2 weeks &amp;amp; excited for Week 4. &lt;span class="lia-unicode-emoji" title=":grinning_face_with_smiling_eyes:"&gt;😄&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Best,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Samyuktha&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 02 Jul 2023 22:03:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-developer-challenge-ui5-web-components-for-react-challenge-week-3/m-p/269483#M1793</guid>
      <dc:creator>SamyukthaPrabhu</dc:creator>
      <dc:date>2023-07-02T22:03:36Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Developer Challenge - UI5 Web Components for React Challenge (Week 3)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-developer-challenge-ui5-web-components-for-react-challenge-week-3/m-p/269514#M1796</link>
      <description>&lt;P&gt;Hi Michelle,&lt;/P&gt;&lt;P&gt;This is my entry to the Week 3 challenge!&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MicrosoftTeams-image (9).png" style="width: 999px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/39087i8D99D95F8A82BFCE/image-size/large?v=v2&amp;amp;px=999" role="button" title="MicrosoftTeams-image (9).png" alt="MicrosoftTeams-image (9).png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 03 Jul 2023 05:53:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-developer-challenge-ui5-web-components-for-react-challenge-week-3/m-p/269514#M1796</guid>
      <dc:creator>former_member142680</dc:creator>
      <dc:date>2023-07-03T05:53:11Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Developer Challenge - UI5 Web Components for React Challenge (Week 3)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-developer-challenge-ui5-web-components-for-react-challenge-week-3/m-p/269519#M1798</link>
      <description>&lt;P&gt;Hi Michelle,&lt;/P&gt;&lt;P&gt;This is my entry to the Week 3 challenge!&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Prathyusha_0-1688364025834.png" style="width: 779px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/39090iF18C5B81691632F6/image-dimensions/779x331?v=v2" width="779" height="331" role="button" title="Prathyusha_0-1688364025834.png" alt="Prathyusha_0-1688364025834.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 03 Jul 2023 06:01:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-developer-challenge-ui5-web-components-for-react-challenge-week-3/m-p/269519#M1798</guid>
      <dc:creator>former_member145047</dc:creator>
      <dc:date>2023-07-03T06:01:44Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Developer Challenge - UI5 Web Components for React Challenge (Week 3)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-developer-challenge-ui5-web-components-for-react-challenge-week-3/m-p/269735#M1803</link>
      <description>&lt;P&gt;Hello!&lt;/P&gt;&lt;P&gt;Here my submission for week 3:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;First load:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="alessandraarm_0-1688421979678.png" style="width: 400px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/39152i4E7909DBED102E0D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="alessandraarm_0-1688421979678.png" alt="alessandraarm_0-1688421979678.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;After scrolling:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="alessandraarm_1-1688422033989.png" style="width: 400px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/39153iC6770F32757BA06A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="alessandraarm_1-1688422033989.png" alt="alessandraarm_1-1688422033989.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 03 Jul 2023 22:07:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-developer-challenge-ui5-web-components-for-react-challenge-week-3/m-p/269735#M1803</guid>
      <dc:creator>AleMarinho</dc:creator>
      <dc:date>2023-07-03T22:07:27Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Developer Challenge - UI5 Web Components for React Challenge (Week 3)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-developer-challenge-ui5-web-components-for-react-challenge-week-3/m-p/269795#M1804</link>
      <description>&lt;P&gt;Nice !&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ecejudo_0-1688455748238.png" style="width: 400px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/39169iBD2718F213475B80/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ecejudo_0-1688455748238.png" alt="ecejudo_0-1688455748238.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Jul 2023 07:29:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-developer-challenge-ui5-web-components-for-react-challenge-week-3/m-p/269795#M1804</guid>
      <dc:creator>ecejudo</dc:creator>
      <dc:date>2023-07-04T07:29:21Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Developer Challenge - UI5 Web Components for React Challenge (Week 3)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-developer-challenge-ui5-web-components-for-react-challenge-week-3/m-p/269854#M1808</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.sap.com/t5/user/viewprofilepage/user-id/7488"&gt;@MichelleMoudy6&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is my week 3 challenge&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ojeswinisanaka_0-1688464965109.png" style="width: 400px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/39198iE15D5B91F5D4709D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ojeswinisanaka_0-1688464965109.png" alt="ojeswinisanaka_0-1688464965109.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ojeswinisanaka_1-1688464973688.png" style="width: 400px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/39199i27703F7A381A4890/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ojeswinisanaka_1-1688464973688.png" alt="ojeswinisanaka_1-1688464973688.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 04 Jul 2023 10:03:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-developer-challenge-ui5-web-components-for-react-challenge-week-3/m-p/269854#M1808</guid>
      <dc:creator>Ojeswini_Sanaka</dc:creator>
      <dc:date>2023-07-04T10:03:08Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Developer Challenge - UI5 Web Components for React Challenge (Week 3)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-developer-challenge-ui5-web-components-for-react-challenge-week-3/m-p/270337#M1829</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.sap.com/t5/user/viewprofilepage/user-id/7488"&gt;@MichelleMoudy6&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;thanks again for the nice challenge. Screenshots below:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="GRABLERE_0-1688630180114.png" style="width: 584px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/39394i9C11F37AEF88E150/image-dimensions/584x213?v=v2" width="584" height="213" role="button" title="GRABLERE_0-1688630180114.png" alt="GRABLERE_0-1688630180114.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="GRABLERE_1-1688630189306.png" style="width: 477px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/39395iBAF886612D269400/image-dimensions/477x434?v=v2" width="477" height="434" role="button" title="GRABLERE_1-1688630189306.png" alt="GRABLERE_1-1688630189306.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Emanuel&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Jul 2023 07:56:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-developer-challenge-ui5-web-components-for-react-challenge-week-3/m-p/270337#M1829</guid>
      <dc:creator>GRABLERE</dc:creator>
      <dc:date>2023-07-06T07:56:51Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Developer Challenge - UI5 Web Components for React Challenge (Week 3)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-developer-challenge-ui5-web-components-for-react-challenge-week-3/m-p/270990#M1890</link>
      <description>&lt;P&gt;Week 3 Submission:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jdm_0-1688983046365.png" style="width: 400px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/39602i3E443F82394720F8/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jdm_0-1688983046365.png" alt="jdm_0-1688983046365.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Interestingly, the additional 5 rows after scrolling to the bottom is more apparent when the growing="Button" component is used. Tried it when testing if my code worked.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 10 Jul 2023 10:00:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-developer-challenge-ui5-web-components-for-react-challenge-week-3/m-p/270990#M1890</guid>
      <dc:creator>jdm</dc:creator>
      <dc:date>2023-07-10T10:00:47Z</dc:date>
    </item>
  </channel>
</rss>

