Changeset 120759b for public


Ignore:
Timestamp:
10/15/21 00:21:44 (3 years ago)
Author:
Berat Kjufliju <kufliju@…>
Branches:
develop, master
Children:
d795fa6
Parents:
24a616f
Message:

added UserFactory, edited html, added delete to departments

Location:
public/assets/js
Files:
5 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • public/assets/js/examples/pages/user-list.js

    r24a616f r120759b  
    55                'targets': 0,
    66                'className': 'dt-body-center',
    7                 'render': function (data, type, full, meta) {
    8                     return '<div class="custom-control custom-checkbox">' +
    9                         '<input type="checkbox" class="custom-control-input" id="customCheck' + meta.row + '">' +
    10                         '<label class="custom-control-label" for="customCheck' + meta.row + '"></label>' +
    11                         '</div>';
    12                 }
     7                // 'render': function (data, type, full, meta) {
     8                //     return '<div class="custom-control custom-checkbox">' +
     9                //         '<input type="checkbox" class="custom-control-input" id="customCheck' + meta.row + '">' +
     10                //         '<label class="custom-control-label" for="customCheck' + meta.row + '"></label>' +
     11                //         '</div>';
     12                // }
    1313            },
    1414            {
Note: See TracChangeset for help on using the changeset viewer.