source: public/assets/js/examples/pages/customers.js@ 24a616f

develop
Last change on this file since 24a616f was 194a359, checked in by beratkjufliju <kufliju@…>, 3 years ago

added departments, edited users and added user settings

  • Property mode set to 100644
File size: 261 bytes
Line 
1$(function () {
2 $(document).ready(function () {
3 $('#myTable').DataTable({
4 'columnDefs': [
5 {
6 "orderable": false,
7 "targets": 5
8 }
9 ]
10 });
11 });
12});
Note: See TracBrowser for help on using the repository browser.