EloquentStudio / filter.js

Complete solution for client side filtering and rendering using JSON data
http://eloquentstudio.github.io/filter.js
MIT License
664 stars 183 forks source link

Spaces in JSON object causes issues in the template #165

Open delco821 opened 6 years ago

delco821 commented 6 years ago

I have a JSON object similar to this: { "id": "109",
"Brief Description": "text goes here" }

When I am trying to display the page using RenderHTML, I noticed <%=Brief Description%> is not bringing the value i am looking for. Is there a syntax that I need to use to handle the space in between two words?

Thanks in advance.