Skip to content

Commit

Permalink
Update Demo 284 (Flexible sizing - Toolbar) (#367)
Browse files Browse the repository at this point in the history
* Update Demo 284 (Flexible sizing - Toolbar)

* Update Demo 284 (Flexible sizing - Toolbar) - 2
  • Loading branch information
francisco-milan authored Sep 14, 2024
1 parent 4534450 commit 45fd801
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/z2ui5_cl_demo_app_284.clas.abap
Original file line number Diff line number Diff line change
Expand Up @@ -94,12 +94,12 @@ CLASS z2ui5_cl_demo_app_284 IMPLEMENTATION.
)->segmented_button_item( icon = `sap-icon://bar-chart` )->get_parent( )->get_parent(
)->button( icon = `sap-icon://group-2` type = `Transparent`
)->button( icon = `sap-icon://action-settings` type = `Transparent` )->get_parent( )->get_parent(
)->columns( ns = `table` )->get(
)->columns( ns = `table`
)->analytical_column( ns = `table` )->get_parent(
)->analytical_column( ns = `table` )->get_parent(
)->analytical_column( ns = `table` )->get_parent( )->get_parent( )->get_parent(
)->layout_data(
)->flex_item_data( growfactor = `1` basesize = `0%` styleclass = `sapUiResponsiveContentPadding` )->get_parent( )->get_parent( )->get_parent(
)->analytical_column( ns = `table` )->get_parent( )->get_parent(
)->layout_data( ns = `table`
)->flex_item_data( growfactor = `1` basesize = `0%` styleclass = `sapUiResponsiveContentPadding` )->get_parent( )->get_parent( )->get_parent( )->get_parent(
)->footer(
)->overflow_toolbar(
)->content(
Expand Down

0 comments on commit 45fd801

Please sign in to comment.