Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 16386 Rev 16387
Línea 135... Línea 135...
135
        listar();
135
        listar();
136
    });
136
    });
Línea 137... Línea 137...
137
    
137
    
138
 
138
 
139
    var listar = function () {
139
    var listar = function () {
140
        var table = $('#dataTable').dataTable( {
140
        var table = $('#anderson').dataTable( {
141
            ajax: {
141
            ajax: {
142
                url: '$routeOverview',
142
                url: '$routeOverview',
143
                method: 'POST'
143
                method: 'POST'
Línea 233... Línea 233...
233
                        </div>
233
                        </div>
234
                    </div>
234
                    </div>
235
                    <div class="card-body">
235
                    <div class="card-body">
236
                        <div class="row">
236
                        <div class="row">
237
                            <div class="col-lg-12 col-12 chart">
237
                            <div class="col-lg-12 col-12 chart">
238
                                <table id="dataTable" class="table table-bordered table-responsive">
238
                                <table id="anderson" class="table table-bordered table-responsive">
239
                                    <thead>
239
                                    <thead>
240
                                        <tr>
240
                                        <tr>
241
                                            <th>Nombre</th>
241
                                            <th>Nombre</th>
242
                                            <th>Apellido</th>
242
                                            <th>Apellido</th>
243
                                            <th>Email</th>
243
                                            <th>Email</th>