Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 16418 Rev 16419
Línea 137... Línea 137...
137
        ajax: {
137
        ajax: {
138
            url: '$routeOverview',
138
            url: '$routeOverview',
139
            dataSrc: 'data'
139
            dataSrc: 'data'
140
        },
140
        },
141
        columns: [ 
141
        columns: [ 
142
            {'data': 'first_name'},
142
            { 'data': 'first_name' },
143
            {'data': 'numb_name'}
143
            { 'data': 'last_name' },
-
 
144
            { 'data': 'email' },
-
 
145
            { 'data': 'total_by_day' },
-
 
146
            { 'data': 'added_on' },
144
         ]
147
         ]
145
    });
148
    });
Línea 146... Línea 149...
146
 
149
 
147
    // $('#gridTable').DataTable({
150
    // $('#gridTable').DataTable({
Línea 319... Línea 322...
319
            </div>
322
            </div>
320
            <div class="card-body">
323
            <div class="card-body">
321
                <table id="gridTable" class="table table-striped table-hover">
324
                <table id="gridTable" class="table table-striped table-hover">
322
                    <thead>
325
                    <thead>
323
                        <tr>
326
                        <tr>
324
                            <th>first_name</th>
327
                            <th>Nombre</th>
325
                            <!-- <th>Apellido</th>
328
                            <th>Apellido</th>
326
                            <th>Email</th>
329
                            <th>Email</th>
327
                            <th>Total Agregados</th>
330
                            <th>Total Agregados</th>
328
                            <th>Fecha</th> -->
331
                            <th>Fecha</th>
329
                        </tr>
332
                        </tr>
330
                    </thead>
333
                    </thead>
331
                    <tbody>
334
                    <tbody>
332
                    </tbody>
335
                    </tbody>
333
                </table>
336
                </table>