Using jQuery tablesorter, I can't get it to do work for my table. Where am I going wrong?

后端 未结 3 1939
醉话见心
醉话见心 2021-01-27 13:35

Hey guys so I am trying to use the jQuery plugin table sorter (tablesorter.com). I made a test page based off their demo and it worked no problem. However now I am trying to imp

3条回答
  •  刺人心
    刺人心 (楼主)
    2021-01-27 13:55

    Put your outside the for loops.

    ...
    
    
     
    get("name") == "System"){
                //Hide the System organization from vCloud 
                continue;
            }?> 
    
        
            get("name");?>
            get("description")===""?"None":$curOrg->get("description")?>
            get("systemName")?>
            get('status')];?>
                        
                get("clientId")==0){ ?>
                    
                get("clientId"));?>
                    get("companyName");?>
                
            
            
                get("clientId")>0){ ?>
                    
                
            
        
    
    
    

提交回复
热议问题