Skip to content

Commit

Permalink
Added everything for Step 7: Changing the Table to a Growing Table
Browse files Browse the repository at this point in the history
  • Loading branch information
wridgeu committed May 25, 2020
1 parent 27b0b20 commit 020e35f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/view/Worklist.view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
xmlns:semantic="sap.m.semantic">
<semantic:FullscreenPage id="page" title="{i18n>title}">
<semantic:content>
<Table id="table" width="auto" class="sapUiResponsiveMargin" items="{
<Table id="table" growing="true" width="auto" class="sapUiResponsiveMargin" items="{
path: '/Posts',
sorter: {
path: 'Title',
Expand Down

0 comments on commit 020e35f

Please sign in to comment.