-
-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
alv-grid-merge-cells #77
Conversation
Hi @RTagliento, |
That sound great and good ... I am Happy. Thank you. |
You are all big!
El dom, 6 ago 2023, 17:55, RTagliento ***@***.***> escribió:
… That sound great and good ... I am Happy.
Thank you.
—
Reply to this email directly, view it on GitHub
<#77 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AB6FYLYKTKJHUEC477P6LBDXT647DANCNFSM6AAAAAA3DFBIBI>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
#79 I've added the code in a bit different way. All method are without Z_* prefix, Z_DISPLAY is called redraw_after_merging_change and it's called automatically one time, when you adapt the merging on the cell in the new FALV event BEFORE_FIRST_DISPLAY. The handler for this event is added and can be redefined like in the ZDEMO_FALV27 program, could you please check it @RTagliento ? |
Great! Tomorrow I will use soon this new version! 😄 |
Kudos, SonarCloud Quality Gate passed! |
Looks like an Excel file 😁 |
Perfect, thanks a lot! |
As far as I know, word wrap is not allowed in grid cells. I've never seen it and never seen the variables or methods that would allow that in ALV Grid or Tree. |
Thanks about this confirmation. ;) |
As reuqested....
I merged the method of this project
https://github.com/tricktresor/alv-grid-merge-cells
I just ADDED without any problem the 5 method of ZTRCKTRSR_GUI_ALV_GRID_MERGE to ZCL_FAVL
Z_DISPLAY Instance Method Public
Z_INIT_CELL_STYLES Instance Method Public
Z_SET_CELL_STYLE Instance Method Public
Z_SET_FIXED_COL_ROW Instance Method Public
Z_SET_MERGE_HORIZ Instance Method Public
Z_SET_MERGE_VERT Instance Method Public