Skip to content

Commit 07454b6

Browse files
authored
Update tables.md
1 parent 74f256c commit 07454b6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

docs/development/model/tables.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ CLASS z2ui5_cl_sample_tab IMPLEMENTATION.
3838
)->text( '{COUNT}'
3939
)->text( '{VALUE}'
4040
)->text( '{DESCR}' ).
41-
4241
client->view_display( tab ).
4342
4443
ENDMETHOD.
@@ -67,7 +66,6 @@ Making a table editable is a simple change. You just need to switch the binding
6766
)->text( '{COUNT}'
6867
)->text( '{VALUE}'
6968
)->text( '{DESCR}' ).
70-
7169
client->view_display( tab ).
7270
7371
ENDMETHOD.

0 commit comments

Comments
 (0)