Parser.js:798 Formatter set in expression error

Hello community,

I am trying to make a table sortable. I have numerous tables able to sort on other pages. However, in this one page, I am getting an error in the browser when trying to sort.

parser.js:798 Formatter set in expression [query.set('sort','lowPrice');query.set('dir',query.data.dir == 'desc' ? 'asc' : 'desc')] doesn't exist for type object

I tried on a two different test pages. One I get the same error while another works. The one the works was a fresh page with nothing on it. So maybe something is conflicting with something like I read in the article below. I did try a completely different API and even renamed all the fields to be unique to no avail.

It is driving my crazy since I have this working on other pages. Not sure what more to provide. The data is sourced from API Data source into a Bootstrap responsive table. I can provide anything else as needed. Your help is much appreciated!

Community Page
Last updated: