Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 16406 Rev 16407
Línea 142... Línea 142...
142
                'beforeSend': function (request) {
142
                'beforeSend': function (request) {
143
                  NProgress.start();
143
                  NProgress.start();
144
                },
144
                },
145
                'dataFilter': function(response) {
145
                'dataFilter': function(response) {
146
                    var response = jQuery.parseJSON( response );
146
                    var response = jQuery.parseJSON( response );
147
                    console.log(response.data.total);
-
 
-
 
147
                    
148
                    var json                = {};
148
                    var json                = {};
149
                    json.recordsTotal       = 0;
149
                    json.recordsTotal       = 0;
150
                    json.recordsFiltered    = 0;
150
                    json.recordsFiltered    = 0;
151
                    json.data               = [];
151
                    json.data               = [];
Línea 310... Línea 310...
310
            </div>
310
            </div>
311
            <div class="card-body">
311
            <div class="card-body">
312
                <table id="gridTable" class="table table-striped table-hover">
312
                <table id="gridTable" class="table table-striped table-hover">
313
                    <thead>
313
                    <thead>
314
                        <tr>
314
                        <tr>
315
                            <th>Nombre</th>
315
                            <th>first_name</th>
316
                            <th>Apellido</th>
316
                            <th>Apellido</th>
317
                            <th>Email</th>
317
                            <th>Email</th>
318
                            <th>Total Agregados</th>
318
                            <th>Total Agregados</th>
319
                            <th>Fecha</th>
319
                            <th>Fecha</th>
320
                        </tr>
320
                        </tr>