|
|
@ -527,7 +527,32 @@ let columnShows = { |
|
|
|
predecessor: false, |
|
|
|
predecessor: false, |
|
|
|
updated_by: false |
|
|
|
updated_by: false |
|
|
|
} |
|
|
|
} |
|
|
|
gantt.config.columns = createColumnsConfig(columnShows); |
|
|
|
gantt.config.columns = createColumnsConfig({ |
|
|
|
|
|
|
|
action: true, |
|
|
|
|
|
|
|
kode_sortname: true, |
|
|
|
|
|
|
|
text: true, |
|
|
|
|
|
|
|
start_date: true, |
|
|
|
|
|
|
|
end_date: true, |
|
|
|
|
|
|
|
planned_start: true, |
|
|
|
|
|
|
|
planned_end: true, |
|
|
|
|
|
|
|
planned_duration: true, |
|
|
|
|
|
|
|
duration: true, |
|
|
|
|
|
|
|
rencana_biaya: true, |
|
|
|
|
|
|
|
cost_actual: true, |
|
|
|
|
|
|
|
assign_hr: true, |
|
|
|
|
|
|
|
material: true, |
|
|
|
|
|
|
|
tools: true, |
|
|
|
|
|
|
|
expenses: true, |
|
|
|
|
|
|
|
bobot_planning: true, |
|
|
|
|
|
|
|
baseline_progress: true, |
|
|
|
|
|
|
|
progress: true, |
|
|
|
|
|
|
|
progress_actual: true, |
|
|
|
|
|
|
|
jumlah_pekerjaan: true, |
|
|
|
|
|
|
|
jobs_done: true, |
|
|
|
|
|
|
|
satuan: true, |
|
|
|
|
|
|
|
predecessor: true, |
|
|
|
|
|
|
|
updated_by: true |
|
|
|
|
|
|
|
}); |
|
|
|
|
|
|
|
|
|
|
|
gantt.config.reorder_grid_columns = true; |
|
|
|
gantt.config.reorder_grid_columns = true; |
|
|
|
gantt.config.resize_rows = true; |
|
|
|
gantt.config.resize_rows = true; |
|
|
|