Skip to content

Commit e77d2e4

Browse files
committed
update
1 parent 9e9ff8c commit e77d2e4

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/z2ui5_cl_demo_app_000.clas.abap

+8
Original file line numberDiff line numberDiff line change
@@ -580,6 +580,14 @@ CLASS z2ui5_cl_demo_app_000 IMPLEMENTATION.
580580
class = 'sapUiTinyMarginEnd sapUiTinyMarginBottom'
581581
).
582582

583+
panel->generic_tile(
584+
header = 'ui.Table'
585+
subheader = 'Events on Cell Level'
586+
press = client->_event( 'Z2UI5_CL_DEMO_APP_160' )
587+
mode = 'LineMode'
588+
class = 'sapUiTinyMarginEnd sapUiTinyMarginBottom'
589+
).
590+
583591
panel = page->panel(
584592
expandable = abap_false
585593
expanded = abap_true

0 commit comments

Comments
 (0)