I have a number of columns disabled in my version. The only things I'm showing to the end user are lastname, firstname, company, and work. I'm hiding the select checkbox, the details and everything else. The problem is that this causes the search function to fail because 'childNodes.0.childNodes.0.accept' is null or not an object. Basically I think it's looking for the columns with the center class, but none of the columns I'm displaying do.
This is in 8.1.15.
URI: http://pssc/directory/index.php
Message: 'childNodes.0.childNodes.0.accept' is null or not an object
Line: 817
Char: 7
Code: 0
URI: http://pssc/directory/index.php
Anonymous
I worked around this by adding another column with the center class and then hiding it. Works, but shouldn't have to do that.