Proyectos de Subversion LeadersLinked - Backend

Rev

Rev 16416 | Rev 16418 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 16416 Rev 16417
Línea 129... Línea 129...
129
        }
129
        }
130
    });
130
    });
Línea 131... Línea 131...
131
 
131
 
Línea 132... Línea -...
132
    //Datatable
-
 
133
 
-
 
134
    $(document).ready(function () {
132
    //Datatable
Línea 135... Línea 133...
135
        listar();
133
 
136
    });
134
    
137
 
135
 
138
    $('#gridTable').DataTable({
136
    $('#gridTable').DataTable({
139
        ajax: {
137
        ajax: {
140
            url: '$routeOverview',
138
            url: '$routeOverview',
141
            dataSrc: 'data'
139
            dataSrc: 'data'
142
        },
140
        },
143
        columns: [ 
141
        columns: [ 
Línea 144... Línea 142...
144
            {'mDataProp': 'first_name'}
142
            {'data': 'first_name'}
145
         ]
143
         ]
Línea 320... Línea 318...
320
            </div>
318
            </div>
321
            <div class="card-body">
319
            <div class="card-body">
322
                <table id="gridTable" class="table table-striped table-hover">
320
                <table id="gridTable" class="table table-striped table-hover">
323
                    <thead>
321
                    <thead>
324
                        <tr>
322
                        <tr>
325
                            <th>Nombre</th>
323
                            <th>first_name</th>
326
                            <!-- <th>Apellido</th>
324
                            <!-- <th>Apellido</th>
327
                            <th>Email</th>
325
                            <th>Email</th>
328
                            <th>Total Agregados</th>
326
                            <th>Total Agregados</th>
329
                            <th>Fecha</th> -->
327
                            <th>Fecha</th> -->
330
                        </tr>
328
                        </tr>