BPM, Workflow, and Case

BPM, Workflow, and Case

Come for answers. Stay for best practices. All we’re missing is you.

 View Only
  • 1.  IBM BAW Expandable tables issue

    Posted Sun September 29, 2024 07:18 AM

    Dears ,

    Using IBM BAW 23.0.2 and IBM BAW 22 ,we Can not  set the visability of an element in the expandable area of a table with expand option enabled without un collapsing the table , is there any solution or work around ?

    Also , IBM BAW table have no options to make the table un collapsed by default like panels.



    ------------------------------
    [ahmed] [shaheen]
    [System developer]
    [valleysoft-eg]
    [Cairo] [Egypt]
    [+20-01015699307]
    ------------------------------


  • 2.  RE: IBM BAW Expandable tables issue

    Posted Thu October 03, 2024 02:22 PM

    Hi Ahmed,

    If I understand your concern correctly: You wish that the expandable row in the table would be able to be expanded by default? This is not an option on the table unfortunately.
    As a work around, I attempted to add some JavaScript to manipulate the table rows manually in the onRowsLoaded event. However this didn't work as it looks like the table manages inserting the content into the expandable row when you expand and collapse each one.
    A work around that does work is to make each row in the table a Collapsible Panel, and then you can make the panel uncollapsed by default. You can then put the content of the row inside of the panel. This should work well!
    If this doesn't solve your concern, you can always look into creating your own view to use as a table row, here is some documentation that will be helpful:
    https://www.ibm.com/docs/en/baw/23.x?topic=interfaces-developing-reusable-views
    https://www.ibm.com/docs/en/baw/23.x?topic=interfaces-coach-view-examples

    Hope this helps!



    ------------------------------
    Michael Bassani
    ------------------------------



  • 3.  RE: IBM BAW Expandable tables issue

    Posted yesterday
      |   view attached

    I tried this script at Table OnLoad event, and it worked



    ------------------------------
    Ziyad Hamed
    Automation Engineer
    Valleysoft | Center of Excellence
    New Cairo
    +201030314243
    ------------------------------

    Attachment(s)

    txt
    ExpandRowsForTable.txt   1 KB 1 version