Changeset 120759b for public/assets
- Timestamp:
- 10/15/21 00:21:44 (3 years ago)
- Branches:
- develop, master
- Children:
- d795fa6
- Parents:
- 24a616f
- Location:
- public/assets/js
- Files:
-
- 5 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
public/assets/js/examples/pages/user-list.js
r24a616f r120759b 5 5 'targets': 0, 6 6 '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 // } 13 13 }, 14 14 {
Note:
See TracChangeset
for help on using the changeset viewer.