Feature #3 : Jenis Jaminan

This commit is contained in:
Daeng Deni Mardaeni
2024-08-11 14:28:51 +07:00
parent 58239883ec
commit 76eb0197e5
12 changed files with 509 additions and 7 deletions

View File

@@ -140,9 +140,7 @@
// Custom search functionality
searchInput.addEventListener('input', function () {
const searchValue = this.value.trim();
if (searchValue.length > 2) {
dataTable.search(searchValue, true);
}
dataTable.search(searchValue, true);
});
</script>
@endpush