mirror of https://gitlab.crans.org/bde/nk20
Refresh filters to search a transaction when a source or a destination is selected
This commit is contained in:
parent
75cd34f5dd
commit
89c15cbe3e
|
@ -52,6 +52,10 @@
|
||||||
$("#table").load(location.pathname + "?" + filters.replaceAll(" ", "%20") + " #table");
|
$("#table").load(location.pathname + "?" + filters.replaceAll(" ", "%20") + " #table");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
function autocompleted() {
|
||||||
|
refreshFilters();
|
||||||
|
}
|
||||||
|
|
||||||
$(document).ready(function() {
|
$(document).ready(function() {
|
||||||
$("input").change(refreshFilters);
|
$("input").change(refreshFilters);
|
||||||
$("input").keyup(refreshFilters);
|
$("input").keyup(refreshFilters);
|
||||||
|
|
Loading…
Reference in New Issue