This commit is contained in:
Kevin Adametz 2024-08-05 11:58:09 +02:00
parent c1c613a4b9
commit 881fc84207
384 changed files with 50679 additions and 990 deletions

View file

@ -7,9 +7,12 @@
</h4>
<div class="card">
<div class="card-datatable table-responsive">
<div class="table-responsive-track" id="datatables-leads-scroll">
<div class="table-responsive-thumb" id="datatables-leads-thumb">
</div>
</div>
<div class="card-datatable table-responsive" id="datatables-leads-table">
<table class="datatables-leads table table-striped table-bordered" id="datatables-leads">
<thead>
<tr>
<th style="max-width: 60px;">&nbsp;</th>
@ -59,11 +62,13 @@
"url": "/js/German.json"
},
drawCallback: function () {
dataTableScrollTrack('#datatables-leads');
$('#datatables-leads [rel="tooltip"]').tooltip({trigger: "hover"});
$('#datatables-leads [data-toggle="popover"]').popover({trigger: "hover", content: get_popover_content, html: true,});
}
});
function get_popover_content() {
if ($(this).data('lead_id')) {
var data = {};