RadiantQ jQuery Gantt Package
How to add tooltip for gantt table header?
Previous Topic  Next Topic 


Tooltip for gantt table header can be set using the property headerTooltip in column definition.


    var columns = [

{

    field: "Activity_M().ID_M()",

    title: "ID",

    headerTooltip: "ID_Column",

    width: 25,

    iseditable: false

},

{

    field: "Activity_M().ActivityName_M()",

    title: "Activity Name",

    headerTooltip: "ActivityName_Column",

    width: 150,

    editor: RadiantQ.Default.Template.ProjectGanttExpandableTextboxEditor(),

    template: $("#projectGanttNameTemplate").html()

},









© RadiantQ 2022. All Rights Reserved.