RadiantQ jQuery Gantt Package
Style Options
Previous Topic  Next Topic 

Style Options


There is a column property 'cellalign' in gantt option where you can align the table content. Here is the code usage,



 var columns = [

       {

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

           title: "ID",

           width: 25,

           cellalign: "center",

           iseditable: false

       },

       {

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

           title: "Activity Name",

           width: 150,

           cellalign: "center",

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

           template: RadiantQ.Default.Template.ProjectGanttExpandableTextBlockTemplate()

       }

]



© RadiantQ 2022. All Rights Reserved.