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

Table - Column CSS Classes

  • 1.  Table - Column CSS Classes

    Posted Tue June 24, 2014 12:59 PM

    Hi All,
    I wanted to add my own CSS to the cells of a table. So I created a css class and set the Table - Display - Column CSS Classes. As per the property description this css class will be set to all the td inside the table. But when I check the same in chrome, the css gets applied to only the first td element of all the rows.

    Is this a bug or did I miss configuring something.


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


  • 2.  RE: Table - Column CSS Classes

    Posted Tue June 24, 2014 02:03 PM

    I believe it is working as expected. The value of that control property is a comma-delimited list of CSS style classes that will be applied to the columns of this table. If the number of elements in this list is less than the number of actual column children of the UIData, no “class” attribute is output for each column greater than the number of elements in the list.


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