DataTables - Not working when added colspan for the last column

后端 未结 4 510
不知归路
不知归路 2020-11-30 08:52

I\'ve a problem using DataTables. When i add colspan for the last column, the datatable plugin wont get applied to the table. If i remove the colspan for the last one and pu

4条回答
  •  孤街浪徒
    2020-11-30 09:36

    Instead of using complex header example you can add hidden column to the end of tr, it's hacky but simpler and shorter in my opinion:

    
          
          
          
          
    
        
         
      
    
    
    
      
         
         
         
         
         
    
        
        
      
    
    

提交回复
热议问题