IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
Expand all | Collapse all

setting rowSpan property for a table cell

  • 1.  setting rowSpan property for a table cell

    Posted Fri September 28, 2012 05:39 AM

    Hi All,

    I have a table which is binded to a SelectableListTableContentProvider object to display a set of rows.

    I want to set rowspan property of it’s first column first row. For this, tried below options but did not work.

    1. Tried setting rowSpan with javascript (on load of the page) - but as the id is not present for table cells, couldn’t set it’s rowSpan property.
    2. No CSS attribute to set rowSpan
    3. CategorizedTable (from Palette view) does not fit my requirement because the look and feel of it’s first column is not the same as the column we get if we apply rowSpan property.

    Could you please advise if it is possible to set rowSpan property for a table and how?

    regards,
    Raj


    #webMethods-BPMS
    #webMethods
    #MWS-CAF-Task-Engine


  • 2.  RE: setting rowSpan property for a table cell

    Posted Mon October 15, 2012 06:07 AM

    Heyy,
    Got any solution for this ?


    #webMethods
    #webMethods-BPMS
    #MWS-CAF-Task-Engine


  • 3.  RE: setting rowSpan property for a table cell

    Posted Wed October 17, 2012 05:52 AM


  • 4.  RE: setting rowSpan property for a table cell

    Posted Wed October 17, 2012 02:58 PM
    1. Even without an id, you should be able to use the low level prototypejs API to match the table cells. See: [url]http://api.prototypejs.org/dom/dollar-dollar/[/url]

    2. rowSpan is structural, so you are correct that CSS can not change that. But you could probably use CSS to make the cells of the rows appear to be one. For example, making the cells have the same background color and making the adjoining cell borders solid and the same color as the cell background.


    #webMethods-BPMS
    #webMethods
    #MWS-CAF-Task-Engine


  • 5.  RE: setting rowSpan property for a table cell

    Posted Thu October 18, 2012 05:49 AM

    Hi Eric,

    Thanks for your comments. Will try these options.

    regards,
    Raj


    #webMethods-BPMS
    #webMethods
    #MWS-CAF-Task-Engine