Added DataTables JS Plugin tested functionality for client contact details

This commit is contained in:
johnnyq
2024-06-06 13:00:14 -04:00
parent 965c16c19d
commit 5e6b79fce5
8 changed files with 13882 additions and 5 deletions

View File

@@ -166,3 +166,6 @@ clipboard.on('error', function(e) {
$(function () {
$('[data-toggle="popover"]').popover()
});
// Data Tables
new DataTable('.dataTables');