mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-11 22:07:29 -08:00
Commented out sortable columns
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
660abeca9e
commit
7bcb28d8fd
|
@ -42,7 +42,7 @@
|
|||
'X-CSRF-TOKEN': $('meta[name="csrf-token"]').attr('content')
|
||||
}
|
||||
},
|
||||
reorderableColumns: true,
|
||||
// reorderableColumns: true,
|
||||
stickyHeader: true,
|
||||
stickyHeaderOffsetLeft: parseInt($('body').css('padding-left'), 10),
|
||||
stickyHeaderOffsetRight: parseInt($('body').css('padding-right'), 10),
|
||||
|
|
Loading…
Reference in a new issue