Skip to content
Snippets Groups Projects
Commit 7d4d0ab8 authored by Carlos Vega's avatar Carlos Vega
Browse files

added scroll on the X axis

parent a36d9aae
No related branches found
No related tags found
1 merge request!169Enhancement/subject table changes
......@@ -363,8 +363,8 @@ function createTable(params) {
ajax: subjects_url,
columns: columns,
columnDefs: columnDefs,
order: [[0, 'desc']]
});
order: [[0, 'desc']],
scrollX: true });
// Apply the search
table.columns().every(function () {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment