Browse Source

Arreglo de tablas

parent
commit
f4e2e9886e
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      app/views/global/view-learning-outcomes-criteria.blade.php

+ 1
- 0
app/views/global/view-learning-outcomes-criteria.blade.php View File

345
           new_table_div.append('<table id="'+table_id+'" class="table table-striped table-condensed" width="100%"></table>');
345
           new_table_div.append('<table id="'+table_id+'" class="table table-striped table-condensed" width="100%"></table>');
346
 
346
 
347
           new_table_div.appendTo('.table-responsive-0');
347
           new_table_div.appendTo('.table-responsive-0');
348
+          //A ver si me cuenta
348
 
349
 
349
           var table2 = $('#'+table_id).DataTable( {
350
           var table2 = $('#'+table_id).DataTable( {
350
             order : [[parseInt(criterions_levels)+2, "asc"]],
351
             order : [[parseInt(criterions_levels)+2, "asc"]],