Search found 1 match

by hpsam
2011-02-27 13:40:40
Forum: Ant Movie Catalog > Templates
Topic: Template for dynamic web page view version 2.2
Replies: 66
Views: 43503

Bad sort with some title

Hi,
I have found two problems with sort.

First, with layout2 sort doesn't work when I clic on columns headers.
The fact is that the var column is undefined when we pass through the sortMovies function :
}else{
if(sortkey!="") column.innerHTML=column.innerHTML.arrowOff();
sortdir=false;
I just ...