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.



#Automation


#Applicationintegration
#webMethods
#Integration
 View Only
  • 1.  ui-grid tooltip not working

    Posted 10/28/19 09:32 AM

    Dear all,
    I have the following issue trying to use ‘cellTooltip’ option in grid-ui.
    Consider I have two columns and I would like to display mouseover tooltip on headers:
    this.$scope.gridOptions.columnDefs = [
    {
    displayName: “Name”,
    name: “name”,
    cellTooltip:“TOOLTIP”,
    enableCellEdit: false,
    width: 150
    },
    {
    displayName: “Name”,
    name: “name”,
    cellTooltip:“TOOLTIP”,
    enableCellEdit: false,
    width: 150
    }


    #webMethods
    #webMethods-BPMS
    #BPM


  • 2.  RE: ui-grid tooltip not working

    Posted 10/28/19 09:36 AM

    [quote=Tatyana Mastravchiyska]
    Dear all,
    I have the following issue trying to use ‘cellTooltip’ option in grid-ui.
    Consider I have two columns and I would like to display mouseover tooltip on headers:
    this.$scope.gridOptions.columnDefs = [
    {
    displayName: “Name”,
    name: “name”,
    cellTooltip:“TOOLTIP”,
    enableCellEdit: false,
    width: 150
    },
    {
    displayName: “Name”,
    name: “name”,
    cellTooltip:“TOOLTIP”,
    enableCellEdit: false,
    width: 150
    }
    Question is: why the tooltip cannot be displayed? I have tried many workaround and nothing helps.


    #webMethods-BPMS
    #BPM
    #webMethods