diff --git a/public/js/infocenter/infocenterPersonDataset.js b/public/js/infocenter/infocenterPersonDataset.js index 1b87d3333..2eb1eeb76 100644 --- a/public/js/infocenter/infocenterPersonDataset.js +++ b/public/js/infocenter/infocenterPersonDataset.js @@ -59,11 +59,19 @@ var InfocenterPersonDataset = { var persontext = personcount === 1 ? "Person" : "Personen"; var countHtml = personcount + " " + persontext; + // Count Records after Filtering + $("#filterTableDataset").bind("filterEnd", function() { + var cnt = $("#filterTableDataset tr:visible").length - 2; + $("#filterTableDatasetCntFiltered").html(cnt + ' / '); + }); + $("#datasetActionsTop, #datasetActionsBottom").append( "