Update users.blade.php
This commit is contained in:
parent
3290d20bcd
commit
15e05aced0
|
@ -171,7 +171,7 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
document.addEventListener('DOMContentLoaded', function() {
|
document.addEventListener("DOMContentLoaded", function() {
|
||||||
const getCellValue = (tr, idx) => tr.children[idx].innerText || tr.children[idx].textContent;
|
const getCellValue = (tr, idx) => tr.children[idx].innerText || tr.children[idx].textContent;
|
||||||
|
|
||||||
const comparer = (idx, asc) => (a, b) =>
|
const comparer = (idx, asc) => (a, b) =>
|
||||||
|
@ -215,7 +215,6 @@
|
||||||
.forEach(tr => table.appendChild(tr));
|
.forEach(tr => table.appendChild(tr));
|
||||||
}));
|
}));
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|
||||||
@endsection
|
@endsection
|
Loading…
Reference in New Issue