Moved Core Table class to be used all over JCB.

This commit is contained in:
2022-11-20 10:51:56 +02:00
parent 9f5c7deec8
commit 1c7515d0f5
17 changed files with 548 additions and 463 deletions

View File

@ -329,8 +329,8 @@ document.addEventListener('DOMContentLoaded', function () {
tableLengthObject = document.getElementById("search_results_table_length");
showSearch();
<?php if (strlen($this->urlvalues['search_value']) > 2): ?>
startSearch();
<?php if (strlen($this->urlvalues['search_value']) > 0): ?>
startSearch(null, true);
<?php endif; ?>
});
</script>