Here is what I want to do.
I have a global variable defined in my xsl.
<script>
var colOrder = 0;
</script>
I have a template which takes a parameter ColToSort. That param needs to be passed back to a javascript function.
The javascript function presortTable changes the value of...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.