Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 16412 Rev 16413
Línea 135... Línea 135...
135
        listar();
135
        listar();
136
    });
136
    });
Línea 137... Línea 137...
137
 
137
 
138
    $('#gridTable').DataTable({
138
    $('#gridTable').DataTable({
139
        ajax: {
139
        ajax: {
140
            url: '/api/myData',
140
            url: '$routeOverview',
141
            dataSrc: ''
141
            dataSrc: ''
142
        },
142
        },
-
 
143
        columns: [ 
-
 
144
            'mDataProp': 'first_name'
143
        columns: [ ... ]
145
         ]
Línea 144... Línea 146...
144
    });
146
    });
145
 
147
 
146
    // $('#gridTable').DataTable({
148
    // $('#gridTable').DataTable({
Línea 319... Línea 321...
319
            <div class="card-body">
321
            <div class="card-body">
320
                <table id="gridTable" class="table table-striped table-hover">
322
                <table id="gridTable" class="table table-striped table-hover">
321
                    <thead>
323
                    <thead>
322
                        <tr>
324
                        <tr>
323
                            <th>first_name</th>
325
                            <th>first_name</th>
324
                            <th>Apellido</th>
326
                            <!-- <th>Apellido</th>
325
                            <th>Email</th>
327
                            <th>Email</th>
326
                            <th>Total Agregados</th>
328
                            <th>Total Agregados</th>
327
                            <th>Fecha</th>
329
                            <th>Fecha</th> -->
328
                        </tr>
330
                        </tr>
329
                    </thead>
331
                    </thead>
330
                    <tbody>
332
                    <tbody>
331
                    </tbody>
333
                    </tbody>
332
                </table>
334
                </table>