File tree Expand file tree Collapse file tree 2 files changed +2
-8
lines changed Expand file tree Collapse file tree 2 files changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -17,15 +17,15 @@ export default class Table {
1717    // Just remove the search input from the DOM instead of disabling it 
1818    this . domOptions  =  "lrtip" ; 
1919    if  ( this . table . dataset . searchable  ===  'true' )  { 
20-       this . domOptions  =  "ltrtip " ; 
20+       this . domOptions  =  "lfrtip " ; 
2121    } 
2222
2323    this . render ( ) ; 
2424  } 
2525
2626  render ( )  { 
2727    this . table  =  $ ( this . table ) . DataTable ( {  // eslint-disable-line new-cap 
28-       sDom : this . domOptions , 
28+       //dom : this.domOptions,
2929      lengthChange : this . lengthChangable , 
3030      info : false , 
3131      paging : this . paginated , 
Original file line number Diff line number Diff line change 2323      margin-right 15px  ;
2424    }
2525
26-     .row  {
27-       :last-of-type  {
28-         width 100%  ;
29-       }
30-     }
31- 
3226    .col-sm-7  {
3327      width 100%  ;
3428    }
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments