We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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);
can anyone tell me how to resolve this issue.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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);
can anyone tell me how to resolve this issue.
The text was updated successfully, but these errors were encountered: