Closed justawebbie closed 7 years ago
I know this is old, and not sure why this is happening, but replacing {{cells.Datemade}}
with {{cellsArray.[0]}}
and so on for each cell seems to fix the problem. I would head over to the Sheetrock repo and raise an issue there if further problems arise.
Thank you TJ for the information.
I figured out how to get it to use my {{cells.Datemade}}
by adding into the sheetrock parms: labels: [' Datemade', 'Building', 'Department', 'Prepared','link1',' link2'],
and you have to have as many labels as you query or it will not work as well.
Seems to be resolved.
I am having an issue using handlebars with sheetrock.js. I am not sure what it can be because it was working then all of sudden stopped.
Here is my JS fiddle
Here is the code just in case you prefer that over a JS fiddle.