Skip to content
Snippets Groups Projects
Commit 5daea144 authored by Jacek Lebioda's avatar Jacek Lebioda
Browse files

Templates - search in tables

parent 49a45646
No related branches found
No related tags found
No related merge requests found
......@@ -115,7 +115,7 @@
$('#planning_table, #approaching_table').DataTable({
"paging": true,
"lengthChange": false,
"searching": false,
"searching": true,
"ordering": true,
"info": true,
"autoWidth": false
......
......@@ -102,7 +102,7 @@
$('#table').DataTable({
"paging": true,
"lengthChange": false,
"searching": false,
"searching": true,
"ordering": true,
"info": true,
"autoWidth": false
......
......@@ -84,7 +84,7 @@
$('#table').DataTable({
"paging": true,
"lengthChange": false,
"searching": false,
"searching": true,
"ordering": true,
"info": true,
"autoWidth": false
......
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