Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 16429 Rev 16430
Línea 148... Línea 148...
148
            { "data": "added_on" },
148
            { "data": "added_on" },
149
         ]
149
         ]
Línea 150... Línea 150...
150
 
150
 
Línea 151... Línea -...
151
    });
-
 
152
 
-
 
153
    // $('#gridTable').DataTable({
-
 
154
    //     'ajax': {
-
 
155
    // 			'url' : '$routeOverview',
-
 
156
    // 			'type' : 'get',
-
 
157
    //             'beforeSend': function (request) {
-
 
158
    //               NProgress.start();
-
 
159
    //             },
-
 
160
    //             'dataFilter': function(response) {
-
 
161
    //                 var response = jQuery.parseJSON( response );
-
 
162
    //                 console.log(response);
-
 
163
    //                 var json                = {};
-
 
164
    //                 json.recordsTotal       = 0;
-
 
165
    //                 json.recordsFiltered    = 0;
151
    });
166
    //                 json.data               = [];
-
 
167
                    
-
 
168
                    
-
 
169
    //                 if(response.success) {
-
 
170
    //                     json.recordsTotal       = response.data.total[0];
-
 
171
    //                     json.recordsFiltered    = response.data.total;
-
 
172
    //                     json.data               = response.data.total;
-
 
173
    //                 } else {
-
 
174
    //                     $.fn.showError(response.data)
-
 
175
    //                 }
-
 
176
                    
-
 
177
    //                 return JSON.stringify( json );
-
 
178
    //             }
-
 
179
    // 		},
-
 
180
    //         'aoColumns': [
-
 
181
    //             { 'mDataProp': 'first_name' },
-
 
182
    //             { 'mDataProp': 'last_name' },
-
 
183
    //             { 'mDataProp': 'email' },
-
 
184
    //             { 'mDataProp': 'total_by_day' },
-
 
185
    //             { 'mDataProp': 'added_on' },
-
 
Línea 186... Línea 152...
186
    // 	    ],
152
 
187
    // });
153
    
188
    
154
    
Línea 270... Línea 236...
270
                                    <th>Email</th>
236
                                    <th>Email</th>
271
                                    <th>Total Agregados</th>
237
                                    <th>Total Agregados</th>
272
                                    <th>Fecha</th>
238
                                    <th>Fecha</th>
273
                                </tr>
239
                                </tr>
274
                            </thead>
240
                            </thead>
275
                            <tbody>
-
 
276
                            </tbody>
-
 
277
                        </table>
241
                        </table>
278
                    </div>
242
                    </div>
279
                </div>
243
                </div>
280
            </div>
244
            </div>
281
        </div>
245
        </div>