Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 8879 Rev 8880
Línea 390... Línea 390...
390
                }
390
                }
391
            });
391
            });
392
        },
392
        },
393
        'aoColumns': [
393
        'aoColumns': [
394
            { 'mDataProp': 'title' },
394
            { 'mDataProp': 'title' },
395
            { 'mDataProp': 'comment' },
395
            { 'mDataProp': 'coment' },
396
            { 'mDataProp': 'actions' },
396
            { 'mDataProp': 'actions' },
397
        ],
397
        ],
398
        'columnDefs': [
398
        'columnDefs': [
399
            {
399
            {
400
                'targets': -1,
400
                'targets': -1,
Línea 461... Línea 461...
461
                    <div class="card-body">
461
                    <div class="card-body">
462
                        <table id="gridTable" class="table   table-hover">
462
                        <table id="gridTable" class="table   table-hover">
463
                            <thead>
463
                            <thead>
464
                            <tr>
464
                            <tr>
465
                                <th>LABEL_TITLE</th>
465
                                <th>LABEL_TITLE</th>
466
                                <th>LABEL_COMENT</th>
466
                                <th>LABEL_COMMENT</th>
467
                                <th>LABEL_ACTIONS</th>
467
                                <th>LABEL_ACTIONS</th>
468
                            </tr>
468
                            </tr>
469
                            </thead>
469
                            </thead>
470
                            <tbody>
470
                            <tbody>
471
                            </tbody>
471
                            </tbody>