Add dashboard search placeholder to describe search patterns

Since ^ and $ for searching from start and to end is supported, let's
tell the user about it.
This commit is contained in:
Enrico Tröger 2020-01-25 19:26:13 +01:00
parent 1cd423041c
commit 737531d23f

View file

@ -174,6 +174,9 @@
$(id).DataTable({
"paging" : true,
"lengthChange" : true,
language: {
searchPlaceholder: "Use ^ and $ for start and end",
},
"searching" : true,
"ordering" : true,
"columnDefs": [