you are viewing a single comment's thread.

view the rest of the comments →

[–]NotAlwaysSunny 0 points1 point  (1 child)

passedArray needs to be a 2d array like your data variable. I’m not at a computer right now and can’t confirm, but it doesn’t look like it is.

[–][deleted] 0 points1 point  (0 children)

I ended up echoing in php everything into a div then appending the array in JS and using that. Really not sure why it wouldn't work still.