Skip to content

Commit 568a8fe

Browse files
committed
update binding
1 parent e77d2e4 commit 568a8fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/z2ui5_cl_demo_app_011.clas.abap

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ CLASS Z2UI5_CL_DEMO_APP_011 IMPLEMENTATION.
5050
)->get_parent( ).
5151

5252
DATA(tab) = page->table(
53-
items = client->_bind_edit( val = t_tab compress = abap_false )
53+
items = client->_bind_edit( t_tab )
5454
mode = 'MultiSelect'
5555
)->header_toolbar(
5656
)->overflow_toolbar(

0 commit comments

Comments
 (0)