diff --git a/app/assets/javascripts/samples/sample_datatable.js b/app/assets/javascripts/samples/sample_datatable.js index c9bdcb220..c77fc3e4a 100644 --- a/app/assets/javascripts/samples/sample_datatable.js +++ b/app/assets/javascripts/samples/sample_datatable.js @@ -25,7 +25,8 @@ table = $("#samples").DataTable({ type: "POST" }, colReorder: { - realtime: false // Enable reordering + realtime: false, // Enable reordering + fixedColumnsLeft: 1 }, columnDefs: [{ targets: 0,