How can I activate live sorting outside of the forums? I have set up vBadvanced pages which include tables. The tables work fine, but the sorting mechanism does not. Presumably this is because the portal index does not have the script call for the
sorttable javascript file.
I tried including
Code:
<script type="text/javascript" src="clientscript/sorttable.js"></script>
within the page as html as well as a template edit within
adv_portal. This made the table sortable with the first pass, but live sorting is not working. When you click on a heading to sort live, nothing happens except for the # character being appended to the end of the URL. What do I need to do to get live sorting to work within vBa?