You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
my background in Javascript is non - existent and therefore resorted to using some code posted by davlee1972 from the following post #9 . This code has been trained on the mtcars file, and was then changed to my own data.
The issue here is that whilst the code works for the first two child/parent relationships, it seems to only publish the column headings for the last child.
moreover, in the case of the COGS component, it only seems to show the AccountReffullname Column and is missing the Fullamount column.
My question is, where in the javascript does it control the number of layers child/parent relationships and does anyone have any idea as to why this works on the mtcars file however fails on the same format for my own data.
The code i used was posted on the following links :
@yihui
my background in Javascript is non - existent and therefore resorted to using some code posted by davlee1972 from the following post #9 . This code has been trained on the mtcars file, and was then changed to my own data.
The issue here is that whilst the code works for the first two child/parent relationships, it seems to only publish the column headings for the last child.
moreover, in the case of the COGS component, it only seems to show the AccountReffullname Column and is missing the Fullamount column.
My question is, where in the javascript does it control the number of layers child/parent relationships and does anyone have any idea as to why this works on the mtcars file however fails on the same format for my own data.
The code i used was posted on the following links :
rstudio/DT#525
#9 (comment)
Any help would be much appreciated!
thanks
piyuw
The text was updated successfully, but these errors were encountered: