adds a tabulator redraw when adding the details column to the tableWidget

This commit is contained in:
SimonGschnell
2024-04-23 09:49:41 +02:00
parent e1fac8e871
commit 51ee16926c
8 changed files with 3083 additions and 2940 deletions
+5 -5
View File
@@ -4,15 +4,15 @@
<!-- Table widget header -->
<div id="tableWidgetHeader"></div>
<!-- TableWidget help site ( only rendered if widget is Tabulator )-->
<!-- TableWidget help site ( only rendered if widget is Tabulator )-->
<?php $this->load->view('widgets/table/tableHelpsite') ?>
<!-- Table info top -->
<div id="tableDatasetActionsTop"></div>
<!-- TableWidget table -->
<div class="border border-2 mb-4">
<div class="border border-1 mb-4">
<?php TableWidget::loadViewDataset(); ?>
</div>
@@ -23,4 +23,4 @@
<div id="tableWidgetFooter"></div>
</div>
</div>
</div>