Skip to content

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

Open
@shilpachandrashekar05

Description

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions