xuanngo2001 / jsgantt

Automatically exported from code.google.com/p/jsgantt
0 stars 0 forks source link

Show/Hide column function does not work #108

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
JSGantt Version:1.2
Browser:IE9 and FireFox 8
OS: Windows 7

What steps will reproduce the problem?
1. Open jsgantt.js and find var vShowRes  = 1;
2. Change to var vShowRes  = 0;
3. Refresh browser and notice that the Resource column is never hidden. Same 
issue for all other columns. 

What is the expected output? What do you see instead?
When changing vShowres to 0 I expect the columns for Resource to not be 
displayed.  

Please provide any additional information below.

Original issue reported on code.google.com by david.m....@gmail.com on 13 Dec 2011 at 8:19