<?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 4) 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-4/m-p/271562#M1920</link>
    <description>&lt;P&gt;Hi all.&lt;/P&gt;&lt;P&gt;How to get row number in onClick event? I see the evt parameter in callback but there is no row num ?&lt;/P&gt;</description>
    <pubDate>Wed, 12 Jul 2023 10:00:31 GMT</pubDate>
    <dc:creator>former_member151345</dc:creator>
    <dc:date>2023-07-12T10:00:31Z</dc:date>
    <item>
      <title>SAP Developer Challenge - UI5 Web Components for React Challenge (Week 4)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-developer-challenge-ui5-web-components-for-react-challenge-week-4/m-p/269016#M1779</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"&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 fourth and final week of the SAP React developer challenge. This week, your task is add a row to your data set and table using the predefined custom component AddRowDialog. There is also a bonus challenge of adding a way to remove a row from the table and data.&lt;/P&gt;&lt;P class="lia-indent-padding-left-30px"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MichelleMoudy_0-1687976482885.png" style="width: 400px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/38928i5D895D2AA9DA9CB0/image-size/medium?v=v2&amp;amp;px=400" role="button" title="MichelleMoudy_0-1687976482885.png" alt="MichelleMoudy_0-1687976482885.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;If you haven’t completed the previous three weeks, you’ll need to do so as this week’s code is built on the previous weeks.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;H2&gt;&lt;STRONG&gt;Bonus Challenge (Optional)&lt;/STRONG&gt;&lt;/H2&gt;&lt;P&gt;We have another bonus challenge this week. It makes sense that if we can add rows to a table, we should be able to remove them. For this bonus challenge, implement a way to delete rows of data from the table. Be careful here. If implemented improperly, bugs could be introduced into the infinite scrolling that was added last week.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MichelleMoudy_1-1687976482889.png" style="width: 400px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/38927i06CEB90806BDC07C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="MichelleMoudy_1-1687976482889.png" alt="MichelleMoudy_1-1687976482889.png" /&gt;&lt;/span&gt;&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 your goals for this week, the following resources (along with the resources from the previous 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/filter" target="_blank"&gt;JavaScript Arrays Filter&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://sap.github.io/ui5-webcomponents-react/?path=/docs/data-display-icon--docs" target="_blank"&gt;Icon Component&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"&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 custom dialog in Components/AddRowDialog.jsx and write the logic to add a new row with data sent back from that dialog.&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 4 – Adding New Rows”&lt;/STRONG&gt;. It should resemble the screenshots in this post.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;2) &lt;/STRONG&gt;Use the custom dialog in Components/AddRowDialog.jsx and write the logic to &lt;STRONG&gt;add a new row&lt;/STRONG&gt; with data sent back from that dialog. You only need to add the component, which has a button already set up to open, close, and send data through the addNewRow function prop, to your Solution component.&lt;/P&gt;&lt;P class="lia-indent-padding-left-30px"&gt;&lt;STRONG&gt;A) &lt;/STRONG&gt;Add a way to delete rows in the table and in the data. &lt;STRONG&gt;This is completely optional&lt;/STRONG&gt;.&lt;/P&gt;&lt;P class="lia-indent-padding-left-30px"&gt;&lt;EM&gt;Note: If you are having issues with your icons loading, &lt;A href="https://codesandbox.io/p/sandbox/l7yv6t?file=%2Fpackage.json%3A12%2C37" target="_blank"&gt;you might need to update your package.json dependencies with the packages from this file&lt;/A&gt;, open a terminal, run `npm i`, the restart your frontend using the three dot dropdown and clicking “restart” from the sub menu.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;3) &lt;/STRONG&gt;Take a screenshot of your full table and header and &lt;STRONG&gt;post it to THIS discussion.&lt;/STRONG&gt; Be sure to add a new task to the table and have that appear in your screenshot. You do not need to have the dialog open like the screenshot at the top of this post.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&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;</description>
      <pubDate>Wed, 28 Jun 2023 18:24:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-developer-challenge-ui5-web-components-for-react-challenge-week-4/m-p/269016#M1779</guid>
      <dc:creator>MichelleMoudy6</dc:creator>
      <dc:date>2023-06-28T18:24:30Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Developer Challenge - UI5 Web Components for React Challenge (Week 4)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-developer-challenge-ui5-web-components-for-react-challenge-week-4/m-p/269112#M1780</link>
      <description>&lt;P&gt;Init&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="stickman_0x00_0-1688030751932.png" style="width: 400px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/38952iB8716715B46CC137/image-size/medium?v=v2&amp;amp;px=400" role="button" title="stickman_0x00_0-1688030751932.png" alt="stickman_0x00_0-1688030751932.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;After row added&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="stickman_0x00_1-1688031088165.png" style="width: 400px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/38953i2F0FB3DC6F1FDC59/image-size/medium?v=v2&amp;amp;px=400" role="button" title="stickman_0x00_1-1688031088165.png" alt="stickman_0x00_1-1688031088165.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;After row delete&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="stickman_0x00_2-1688031115449.png" style="width: 400px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/38954i81DA7034525BD448/image-size/medium?v=v2&amp;amp;px=400" role="button" title="stickman_0x00_2-1688031115449.png" alt="stickman_0x00_2-1688031115449.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;The status are different since I am generating them dynamically on the badge component, so they get regenerated every time&lt;/P&gt;</description>
      <pubDate>Thu, 29 Jun 2023 09:34:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-developer-challenge-ui5-web-components-for-react-challenge-week-4/m-p/269112#M1780</guid>
      <dc:creator>stickman_0x00</dc:creator>
      <dc:date>2023-06-29T09:34:33Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Developer Challenge - UI5 Web Components for React Challenge (Week 4)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-developer-challenge-ui5-web-components-for-react-challenge-week-4/m-p/269176#M1782</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Here is my proposal.&lt;/P&gt;&lt;P&gt;Add new row:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="w4-1-2.jpg" style="width: 871px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/38968i88B8EFA5D80D82F9/image-size/large?v=v2&amp;amp;px=999" role="button" title="w4-1-2.jpg" alt="w4-1-2.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Remove row (bonus):&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="w4-2.jpg" style="width: 866px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/38969iBBDEDEA9C38E3289/image-size/large?v=v2&amp;amp;px=999" role="button" title="w4-2.jpg" alt="w4-2.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 29 Jun 2023 13:26:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-developer-challenge-ui5-web-components-for-react-challenge-week-4/m-p/269176#M1782</guid>
      <dc:creator>manuelbordallo</dc:creator>
      <dc:date>2023-06-29T13:26:31Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Developer Challenge - UI5 Web Components for React Challenge (Week 4)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-developer-challenge-ui5-web-components-for-react-challenge-week-4/m-p/269259#M1785</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;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_0-1688100607271.png" style="width: 792px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/38990iD4A701D358CF35B0/image-dimensions/792x307?v=v2" width="792" height="307" role="button" title="JohnPaulLiberal_0-1688100607271.png" alt="JohnPaulLiberal_0-1688100607271.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>Fri, 30 Jun 2023 04:51:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-developer-challenge-ui5-web-components-for-react-challenge-week-4/m-p/269259#M1785</guid>
      <dc:creator>JohnPaulLiberal</dc:creator>
      <dc:date>2023-06-30T04:51:26Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Developer Challenge - UI5 Web Components for React Challenge (Week 4)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-developer-challenge-ui5-web-components-for-react-challenge-week-4/m-p/269361#M1786</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;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is my week 4 challenge.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ManojKumarVarma_0-1688133306481.png" style="width: 400px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/39032iC13715600FAAD0B8/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ManojKumarVarma_0-1688133306481.png" alt="ManojKumarVarma_0-1688133306481.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ManojKumarVarma_1-1688133316451.png" style="width: 400px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/39033i0F30AF3971FBA532/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ManojKumarVarma_1-1688133316451.png" alt="ManojKumarVarma_1-1688133316451.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Fri, 30 Jun 2023 13:55:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-developer-challenge-ui5-web-components-for-react-challenge-week-4/m-p/269361#M1786</guid>
      <dc:creator>ManojKumarVarma</dc:creator>
      <dc:date>2023-06-30T13:55:29Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Developer Challenge - UI5 Web Components for React Challenge (Week 4)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-developer-challenge-ui5-web-components-for-react-challenge-week-4/m-p/269411#M1790</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Below is my solution for Week 4.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Addition of a new Row&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2023-07-01 at 12.54.48 AM.png" style="width: 400px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/39052i0B5090E341F0EAD1/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screenshot 2023-07-01 at 12.54.48 AM.png" alt="Screenshot 2023-07-01 at 12.54.48 AM.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Deletion of rows (Bonus):&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2023-07-01 at 12.50.49 AM.png" style="width: 400px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/39051iE8BD22B20664E8E4/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screenshot 2023-07-01 at 12.50.49 AM.png" alt="Screenshot 2023-07-01 at 12.50.49 AM.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;</description>
      <pubDate>Fri, 30 Jun 2023 22:55:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-developer-challenge-ui5-web-components-for-react-challenge-week-4/m-p/269411#M1790</guid>
      <dc:creator>gauthamkamathk</dc:creator>
      <dc:date>2023-06-30T22:55:22Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Developer Challenge - UI5 Web Components for React Challenge (Week 4)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-developer-challenge-ui5-web-components-for-react-challenge-week-4/m-p/269470#M1791</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 are my submission for week#4.&lt;/P&gt;&lt;P&gt;Add row function.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Add new row" style="width: 999px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/39078i066CA02C3ED423F8/image-size/large?v=v2&amp;amp;px=999" role="button" title="add-new-item-01.png" alt="Add new row" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Add new row&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Add another row" style="width: 999px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/39076i8CB2C93CBBA490D7/image-size/large?v=v2&amp;amp;px=999" role="button" title="add-new-item-02.png" alt="Add another row" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Add another row&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="New rows added in the table" style="width: 999px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/39075i5EEA8D51767BA948/image-size/large?v=v2&amp;amp;px=999" role="button" title="result-with-2-new-added-rows.png" alt="New rows added in the table" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;New rows added in the table&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Delete row function.&lt;/P&gt;&lt;P&gt;for this part, I am able to do it with below assumptions.&lt;/P&gt;&lt;P&gt;- the table can be performed with actual data in the array only.&lt;/P&gt;&lt;P&gt;- the deleted row will be removed from both UI table and the element of the array (source data) to keep program works correctly.&lt;/P&gt;&lt;P&gt;- extra field (unique key) was added in the task object to use as the key in the React element (to be filter out).&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="to-delete-row-6.png" style="width: 999px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/39080i9538C8B65B53D91C/image-size/large?v=v2&amp;amp;px=999" role="button" title="to-delete-row-6.png" alt="to-delete-row-6.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="screen-after-remove.png" style="width: 999px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/39079i6A6216ECBC12347D/image-size/large?v=v2&amp;amp;px=999" role="button" title="screen-after-remove.png" alt="screen-after-remove.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There was one issue that I need to take a look into. I found that If&amp;nbsp; I keep the state of&amp;nbsp; pure data object (array) instead of the rendered React table row component, it was more easily to manage the delete functionality but when the state of the data has changed, the UI table rendered incorrectly (the cursor focus always set to the top of the table after deletion was performed).&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Wises K.&lt;/P&gt;</description>
      <pubDate>Sun, 02 Jul 2023 08:18:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-developer-challenge-ui5-web-components-for-react-challenge-week-4/m-p/269470#M1791</guid>
      <dc:creator>bztoy</dc:creator>
      <dc:date>2023-07-02T08:18:26Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Developer Challenge - UI5 Web Components for React Challenge (Week 4)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-developer-challenge-ui5-web-components-for-react-challenge-week-4/m-p/269481#M1792</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.sap.com/t5/user/viewprofilepage/user-id/7488"&gt;@MichelleMoudy6&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Thanks for this last challenge.&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Main:&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Ruthiel_0-1688331963737.png" style="width: 764px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/39082i261C66AADCAF41C3/image-dimensions/764x672?v=v2" width="764" height="672" role="button" title="Ruthiel_0-1688331963737.png" alt="Ruthiel_0-1688331963737.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Bonus:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Ruthiel_1-1688332017198.png" style="width: 748px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/39083i459BEFFBF5253F9F/image-dimensions/748x628?v=v2" width="748" height="628" role="button" title="Ruthiel_1-1688332017198.png" alt="Ruthiel_1-1688332017198.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I don't know why, but the&amp;nbsp;&lt;EM&gt;delete&lt;/EM&gt; icon did not work, even after I reinstalled the new dependencies.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Ruthiel&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 02 Jul 2023 21:08:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-developer-challenge-ui5-web-components-for-react-challenge-week-4/m-p/269481#M1792</guid>
      <dc:creator>Ruthiel</dc:creator>
      <dc:date>2023-07-02T21:08:22Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Developer Challenge - UI5 Web Components for React Challenge (Week 4)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-developer-challenge-ui5-web-components-for-react-challenge-week-4/m-p/269485#M1794</link>
      <description>&lt;P&gt;Hi Michelle,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is my entry for Week 4.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I added row with ID 41 through addRowDialog and removed row with ID 37 through delete a row icon (button).&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SamyukthaPrabhu_0-1688336812510.png" style="width: 400px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/39085i12F607E344BF7142/image-size/medium?v=v2&amp;amp;px=400" role="button" title="SamyukthaPrabhu_0-1688336812510.png" alt="SamyukthaPrabhu_0-1688336812510.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Thank you for this challenge. It was nice &amp;amp; exciting.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Samyuktha&lt;/P&gt;</description>
      <pubDate>Sun, 02 Jul 2023 22:28:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-developer-challenge-ui5-web-components-for-react-challenge-week-4/m-p/269485#M1794</guid>
      <dc:creator>SamyukthaPrabhu</dc:creator>
      <dc:date>2023-07-02T22:28:09Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Developer Challenge - UI5 Web Components for React Challenge (Week 4)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-developer-challenge-ui5-web-components-for-react-challenge-week-4/m-p/269499#M1795</link>
      <description>&lt;P&gt;Hi Ruthiel,&lt;/P&gt;&lt;P&gt;the icon issue is quite interesting indeed, I also experienced that only the set of specified versions mentioned by&amp;nbsp;Michelle as below worked for me.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;"@ui5/webcomponents"&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt; &lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN&gt;~1.13.3&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;"@ui5/webcomponents-fiori"&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt; &lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN&gt;~1.13.3&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;"@ui5/webcomponents-icons"&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt; &lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN&gt;~1.13.3&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;"@ui5/webcomponents-react"&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt; &lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN&gt;~1.15.1&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;I tried to mixed up them like install the latest version of&amp;nbsp;@ui5/webcomponents-icons (only this particular module) which IMO, the newer version of webcomponent-icons should work fine but it did not.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;I am thinking about may be we need to upgrade all&amp;nbsp;@ui5* modules altogether to&amp;nbsp;&lt;/SPAN&gt;achieve that but haven't tested yet.&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;I will try it again locally,&amp;nbsp;not on CodeSandbox when I am available from my daily job. If I find something interesting, I will share you here again.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Thanks for sharing the issue&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 03 Jul 2023 04:01:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-developer-challenge-ui5-web-components-for-react-challenge-week-4/m-p/269499#M1795</guid>
      <dc:creator>bztoy</dc:creator>
      <dc:date>2023-07-03T04:01:58Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Developer Challenge - UI5 Web Components for React Challenge (Week 4)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-developer-challenge-ui5-web-components-for-react-challenge-week-4/m-p/269517#M1797</link>
      <description>&lt;P&gt;Hi Michelle,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is my entry for Week 4.&amp;nbsp;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MicrosoftTeams-image (10).png" style="width: 999px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/39088i3EFF2CDD3C5BA417/image-size/large?v=v2&amp;amp;px=999" role="button" title="MicrosoftTeams-image (10).png" alt="MicrosoftTeams-image (10).png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MicrosoftTeams-image (11).png" style="width: 999px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/39089i6B46180EE992CC63/image-size/large?v=v2&amp;amp;px=999" role="button" title="MicrosoftTeams-image (11).png" alt="MicrosoftTeams-image (11).png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 03 Jul 2023 05:54:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-developer-challenge-ui5-web-components-for-react-challenge-week-4/m-p/269517#M1797</guid>
      <dc:creator>former_member142680</dc:creator>
      <dc:date>2023-07-03T05:54:48Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Developer Challenge - UI5 Web Components for React Challenge (Week 4)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-developer-challenge-ui5-web-components-for-react-challenge-week-4/m-p/269522#M1799</link>
      <description>&lt;P&gt;Hi Michelle,&lt;/P&gt;&lt;P&gt;This is my entry to the Week 4 challenge!&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Prathyusha_0-1688364192497.png" style="width: 734px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/39091i113B6DFAB6AA8CF5/image-dimensions/734x309?v=v2" width="734" height="309" role="button" title="Prathyusha_0-1688364192497.png" alt="Prathyusha_0-1688364192497.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="Prathyusha_1-1688364224908.jpeg" style="width: 765px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/39092i5A17BF3E0553D86A/image-dimensions/765x369?v=v2" width="765" height="369" role="button" title="Prathyusha_1-1688364224908.jpeg" alt="Prathyusha_1-1688364224908.jpeg" /&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>Mon, 03 Jul 2023 06:04:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-developer-challenge-ui5-web-components-for-react-challenge-week-4/m-p/269522#M1799</guid>
      <dc:creator>former_member145047</dc:creator>
      <dc:date>2023-07-03T06:04:22Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Developer Challenge - UI5 Web Components for React Challenge (Week 4)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-developer-challenge-ui5-web-components-for-react-challenge-week-4/m-p/269643#M1800</link>
      <description>&lt;P&gt;Please find the attached solution for Week 4 challenge&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2023-07-03 at 5.26.01 PM.png" style="width: 400px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/39133iAA389633732ABC05/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screenshot 2023-07-03 at 5.26.01 PM.png" alt="Screenshot 2023-07-03 at 5.26.01 PM.png" /&gt;&lt;/span&gt;&lt;/LI&gt;&lt;LI&gt;Add button dialog&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2023-07-03 at 5.26.33 PM.png" style="width: 400px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/39134i3250BC825B7CE846/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screenshot 2023-07-03 at 5.26.33 PM.png" alt="Screenshot 2023-07-03 at 5.26.33 PM.png" /&gt;&lt;/span&gt;&lt;/LI&gt;&lt;LI&gt;Once the row is deleted&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2023-07-03 at 5.26.58 PM.png" style="width: 400px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/39135i07554977A43E61A3/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screenshot 2023-07-03 at 5.26.58 PM.png" alt="Screenshot 2023-07-03 at 5.26.58 PM.png" /&gt;&lt;/span&gt;&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Mon, 03 Jul 2023 12:01:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-developer-challenge-ui5-web-components-for-react-challenge-week-4/m-p/269643#M1800</guid>
      <dc:creator>SushmitaG98</dc:creator>
      <dc:date>2023-07-03T12:01:56Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Developer Challenge - UI5 Web Components for React Challenge (Week 4)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-developer-challenge-ui5-web-components-for-react-challenge-week-4/m-p/269815#M1805</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="ecejudo_0-1688458160000.png" style="width: 400px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/39177iAA7823F87FC5862C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ecejudo_0-1688458160000.png" alt="ecejudo_0-1688458160000.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Jul 2023 08:09:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-developer-challenge-ui5-web-components-for-react-challenge-week-4/m-p/269815#M1805</guid>
      <dc:creator>ecejudo</dc:creator>
      <dc:date>2023-07-04T08:09:36Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Developer Challenge - UI5 Web Components for React Challenge (Week 4)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-developer-challenge-ui5-web-components-for-react-challenge-week-4/m-p/269834#M1806</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;BR /&gt;&lt;BR /&gt;Here is my submission for Week-4&lt;BR /&gt;&lt;BR /&gt;After Pressing Add symbol&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SingireddySunil_0-1688461000277.png" style="width: 999px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/39182iDF74A5BCFA78D873/image-size/large?v=v2&amp;amp;px=999" role="button" title="SingireddySunil_0-1688461000277.png" alt="SingireddySunil_0-1688461000277.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;After filling details and pressing on add the row is added to table&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SingireddySunil_1-1688461028083.png" style="width: 999px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/39183i4D5D8E11F481F44B/image-size/large?v=v2&amp;amp;px=999" role="button" title="SingireddySunil_1-1688461028083.png" alt="SingireddySunil_1-1688461028083.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Before pressing the delete button&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SingireddySunil_5-1688461368227.png" style="width: 999px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/39187i4756CA2F112E3B29/image-size/large?v=v2&amp;amp;px=999" role="button" title="SingireddySunil_5-1688461368227.png" alt="SingireddySunil_5-1688461368227.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;After deleting the selected row.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SingireddySunil_6-1688461395148.png" style="width: 999px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/39188iEF02777EBD172CB6/image-size/large?v=v2&amp;amp;px=999" role="button" title="SingireddySunil_6-1688461395148.png" alt="SingireddySunil_6-1688461395148.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Jul 2023 09:04:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-developer-challenge-ui5-web-components-for-react-challenge-week-4/m-p/269834#M1806</guid>
      <dc:creator>SingireddySunil</dc:creator>
      <dc:date>2023-07-04T09:04:39Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Developer Challenge - UI5 Web Components for React Challenge (Week 4)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-developer-challenge-ui5-web-components-for-react-challenge-week-4/m-p/269850#M1807</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 4 challenge&lt;/P&gt;&lt;P&gt;adding the rows&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ojeswinisanaka_0-1688464747545.png" style="width: 400px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/39192i2D1699925806BB90/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ojeswinisanaka_0-1688464747545.png" alt="ojeswinisanaka_0-1688464747545.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;after addition&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ojeswinisanaka_4-1688464873711.png" style="width: 400px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/39196i43EF0AC54CF7E830/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ojeswinisanaka_4-1688464873711.png" alt="ojeswinisanaka_4-1688464873711.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Before deleting rows&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ojeswinisanaka_2-1688464812928.png" style="width: 400px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/39194i7777BF146A62B2FF/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ojeswinisanaka_2-1688464812928.png" alt="ojeswinisanaka_2-1688464812928.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;after deleting rows&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ojeswinisanaka_3-1688464829585.png" style="width: 400px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/39195i9DBBAC49D3CB62DC/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ojeswinisanaka_3-1688464829585.png" alt="ojeswinisanaka_3-1688464829585.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 04 Jul 2023 10:01:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-developer-challenge-ui5-web-components-for-react-challenge-week-4/m-p/269850#M1807</guid>
      <dc:creator>Ojeswini_Sanaka</dc:creator>
      <dc:date>2023-07-04T10:01:29Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Developer Challenge - UI5 Web Components for React Challenge (Week 4)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-developer-challenge-ui5-web-components-for-react-challenge-week-4/m-p/270089#M1812</link>
      <description>&lt;P&gt;This is my assignment:&lt;BR /&gt;Add button&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Vrum_1-1688554192803.png" style="width: 400px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/39301iE71E8EDE856CF294/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Vrum_1-1688554192803.png" alt="Vrum_1-1688554192803.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Inserting New Row&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="Vrum_0-1688554143814.png" style="width: 400px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/39300i79DE34A437DB692C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Vrum_0-1688554143814.png" alt="Vrum_0-1688554143814.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Jul 2023 10:53:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-developer-challenge-ui5-web-components-for-react-challenge-week-4/m-p/270089#M1812</guid>
      <dc:creator>Fianni</dc:creator>
      <dc:date>2023-07-05T10:53:05Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Developer Challenge - UI5 Web Components for React Challenge (Week 4)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-developer-challenge-ui5-web-components-for-react-challenge-week-4/m-p/270157#M1813</link>
      <description>&lt;P&gt;Hello!&lt;/P&gt;&lt;P&gt;Here is my submission for week 4:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Button to add a new line:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="alessandraarm_0-1688565463339.png" style="width: 400px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/39322i7D5DFDBA60C7178A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="alessandraarm_0-1688565463339.png" alt="alessandraarm_0-1688565463339.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Clicking on it:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="alessandraarm_1-1688565492445.png" style="width: 400px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/39323iAD45A97E8E57E2DC/image-size/medium?v=v2&amp;amp;px=400" role="button" title="alessandraarm_1-1688565492445.png" alt="alessandraarm_1-1688565492445.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="alessandraarm_2-1688565524236.png" style="width: 400px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/39324i6557617D7EA1B591/image-size/medium?v=v2&amp;amp;px=400" role="button" title="alessandraarm_2-1688565524236.png" alt="alessandraarm_2-1688565524236.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;New line added:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="alessandraarm_3-1688565545815.png" style="width: 400px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/39325iC1C9BB1487C05050/image-size/medium?v=v2&amp;amp;px=400" role="button" title="alessandraarm_3-1688565545815.png" alt="alessandraarm_3-1688565545815.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Testing it again:&lt;/P&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="alessandraarm_8-1688565642878.png" style="width: 400px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/39330iE4693DF321B64586/image-size/medium?v=v2&amp;amp;px=400" role="button" title="alessandraarm_8-1688565642878.png" alt="alessandraarm_8-1688565642878.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="alessandraarm_7-1688565625022.png" style="width: 400px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/39329iB74F5183E83A2946/image-size/medium?v=v2&amp;amp;px=400" role="button" title="alessandraarm_7-1688565625022.png" alt="alessandraarm_7-1688565625022.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":beaming_face_with_smiling_eyes:"&gt;😁&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Jul 2023 14:02:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-developer-challenge-ui5-web-components-for-react-challenge-week-4/m-p/270157#M1813</guid>
      <dc:creator>AleMarinho</dc:creator>
      <dc:date>2023-07-05T14:02:18Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Developer Challenge - UI5 Web Components for React Challenge (Week 4)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-developer-challenge-ui5-web-components-for-react-challenge-week-4/m-p/270240#M1825</link>
      <description>&lt;P&gt;&lt;a href="https://community.sap.com/t5/user/viewprofilepage/user-id/120859"&gt;@Ruthiel&lt;/a&gt;,&amp;nbsp;&lt;a href="https://community.sap.com/t5/user/viewprofilepage/user-id/5284"&gt;@bztoy&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;When I was experiencing this issue, I discovered that if I added the new packages and reinstalled then restarted the sandbox using the restart option in the menu, it fully fixed the problem. I believe there's some strange caching happening in the sandbox that can be fixed by restarting.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MichelleMoudy_0-1688598799593.png" style="width: 569px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/39355iE80203AAB6CF4BDE/image-dimensions/569x479?v=v2" width="569" height="479" role="button" title="MichelleMoudy_0-1688598799593.png" alt="MichelleMoudy_0-1688598799593.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Jul 2023 23:14:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-developer-challenge-ui5-web-components-for-react-challenge-week-4/m-p/270240#M1825</guid>
      <dc:creator>MichelleMoudy6</dc:creator>
      <dc:date>2023-07-05T23:14:39Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Developer Challenge - UI5 Web Components for React Challenge (Week 4)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-developer-challenge-ui5-web-components-for-react-challenge-week-4/m-p/271153#M1906</link>
      <description>&lt;P&gt;Week 4 submission:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jdm_0-1689048053645.png" style="width: 400px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/39654i4E7399576C25583A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jdm_0-1689048053645.png" alt="jdm_0-1689048053645.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="jdm_1-1689048078719.png" style="width: 400px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/39655iE0BD85AB2C5C997D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jdm_1-1689048078719.png" alt="jdm_1-1689048078719.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jdm_2-1689048100553.png" style="width: 400px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/39656i9D655B9870D677DE/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jdm_2-1689048100553.png" alt="jdm_2-1689048100553.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Bonus (deleted rows 1 and 2):&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jdm_3-1689048177998.png" style="width: 400px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/39657i33A74F559AF4335E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jdm_3-1689048177998.png" alt="jdm_3-1689048177998.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, 11 Jul 2023 04:03:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-developer-challenge-ui5-web-components-for-react-challenge-week-4/m-p/271153#M1906</guid>
      <dc:creator>jdm</dc:creator>
      <dc:date>2023-07-11T04:03:55Z</dc:date>
    </item>
  </channel>
</rss>

