Skip to content

Commit b1f461f

Browse files
authored
Update tables.md
1 parent a4c9cf4 commit b1f461f

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

docs/development/model/tables.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ CLASS z2ui5_cl_sample_tree IMPLEMENTATION.
120120
prodh = '001000010000000100' ) (
121121
text = 'Pump 002'
122122
prodh = '001000010000000105' ) )
123-
) ) ) (
123+
) ) ) (
124124
text = 'Paints'
125125
prodh = '00110'
126126
nodes = VALUE #( (
@@ -133,14 +133,13 @@ CLASS z2ui5_cl_sample_tree IMPLEMENTATION.
133133
prodh = '001100010500000105' )
134134
) ) ) ) ).
135135
136-
DATA(page) = z2ui5_cl_xml_view=>factory( )->page( ).
137-
138-
page->tree( items = client->_bind_edit( prodh_nodes )
136+
DATA(tree) = z2ui5_cl_xml_view=>factory( )->page(
137+
)->tree( items = client->_bind_edit( prodh_nodes )
139138
)->items( )->standard_tree_item(
140139
selected = '{IS_SELECTED}'
141140
title = '{TEXT}' ).
142141
143-
client->view_display( page->stringify( ) ).
142+
client->view_display( tree ).
144143
145144
ENDMETHOD.
146145
ENDCLASS.

0 commit comments

Comments
 (0)