tags:

views:

163

answers:

1

I have a one-page application whose only page is created through a JSP. It allows people to look up bibliographic information. Unfortunately there are some problems with JQuery tablesorter.

  1. The main one is that the result page cannot be sorted, nor the header images are visible, but if you save the page locally then it becomes sortable.

You can check it here.

For those who visit the place you will see a secondary problem. The encoding.

A: 
$("#result").tablesorter();
antony.trupe