File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
docs/development/specific Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -30,10 +30,10 @@ tab->items( )->column_list_item( )->cells(
3030 )->text( '{FLIGHT>City}'
3131 )->text( '{FLIGHT>CountryCode}' ).
3232```
33- By using the growing property we can make use of the feautre that not all data is loaded at once, leveraging performance.
33+ By using the growing property we can make use of the feature that not all data is loaded at once, leveraging performance.
3434
3535### Full Example
36- Here’s the complete source code for one OData model :
36+ Here’s the complete source code:
3737``` abap
3838METHOD z2ui5_if_app~main.
3939
@@ -63,7 +63,7 @@ ENDMETHOD.
6363```
6464
6565### Multiple OData Models
66- You can also bind multiple OData models simultaneously by defining additional OData models . Here’s an example:
66+ You can also bind multiple OData models simultaneously. Here’s an example:
6767``` abap
6868DATA(tab) = z2ui5_cl_xml_view=>factory( )->page( )->table(
6969 items = `{TRAVEL>/BookingSupplement}`
You can’t perform that action at this time.
0 commit comments