first commit
This commit is contained in:
1
public/assets/js/pages/datatables-fixed-header.js
Executable file
1
public/assets/js/pages/datatables-fixed-header.js
Executable file
@@ -0,0 +1 @@
|
||||
document.addEventListener("DOMContentLoaded",()=>{var e=document.getElementById("fixed-header-data");e&&new DataTable(e,{fixedHeader:{header:!0,headerOffset:65},pageLength:25,language:{paginate:{first:'<i class="ti ti-chevrons-left"></i>',previous:'<i class="ti ti-chevron-left"></i>',next:'<i class="ti ti-chevron-right"></i>',last:'<i class="ti ti-chevrons-right"></i>'}}})});
|
||||
Reference in New Issue
Block a user