08 2024
This commit is contained in:
parent
c1c613a4b9
commit
881fc84207
384 changed files with 50679 additions and 990 deletions
|
|
@ -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;"> </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 = {};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue