if(params.buttonsColumn == 'first'){
             this.find('thead tr').prepend('<th name="buttons" class="span2"></th>');  //encabezado vacĂ­o
             this.find('tbody tr').prepend(colEdicHtml);
         }else{