Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

all cols in left data table is not visible to users. #375

Open
shilpachandrashekar05 opened this issue Nov 19, 2023 · 0 comments
Open

all cols in left data table is not visible to users. #375

shilpachandrashekar05 opened this issue Nov 19, 2023 · 0 comments

Comments

@shilpachandrashekar05
Copy link

shilpachandrashekar05 commented Nov 19, 2023

left data table is not displaying all the columns.

this is my json=[
{
"pID": 1,
"pName": "WBS1-Level-1",
"pStart": "2022-01-01",
"pEnd": "2022-01-05",
"pPlanStart": "",
"pPlanEnd": "",
"pClass": "ggroupblack",
"pLink": "",
"pMile": 0,
"pRes": "Mario",
"pComp": 0,
"pGroup": 1,
"pParent": 0,
"pOpen": 1,
"pDepend": "",
"pCaption": "",
"pNotes": "Some Notes text",
"category": "Planning",
"sector": "CMO"
},
{
"pID": 11,
"pName": "Activity 1",
"pStart": "2022-01-01",
"pEnd": "2022-11-01",
"pClass": "gmilestone",
"pLink": "",
"pMile": 1,
"pRes": "Henrique",
"pComp": 100,
"pGroup": 0,
"pParent": 1,
"pOpen": 1,
"pDepend": "",
"pCaption": "",
"pNotes": "",
"category": "Executive",
"sector": "CEO"
},
]

i have tried enable by passing these as params in setOptions()
vShowRes = 1;
vShowCost = 1;
vShowAddEntries = 1;
vShowComp = 1;
vShowStartDate = 1;

to display these cols in left data table.
but this columns are not visible to the users.

also tried to enable ShowStartDate using set function.
g.setShowStartDate(1);

Screenshot 2023-11-19 072823

can anyone tell me how to resolve this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant