adds a border to the tableWidget and also adds a function that finds the tableunqiueid using the tableInstance

This commit is contained in:
SimonGschnell
2024-04-30 09:48:08 +02:00
parent 20a2e369c5
commit ac0103751d
2 changed files with 21 additions and 9 deletions
+6 -4
View File
@@ -1,7 +1,7 @@
<br>
<div class="row" id="divTableWidgetDataset" tableUniqueId="<?php echo $tableUniqueId; ?>">
<div class="col-lg-12">
<div class="row" id="divTableWidgetDataset" tableUniqueId="<?php echo $tableUniqueId; ?>">
<div class="col-lg-12">
<!-- Table widget header -->
<div id="tableWidgetHeader"></div>
@@ -12,13 +12,15 @@
<div id="tableDatasetActionsTop"></div>
<!-- TableWidget table -->
<div style="border:1px solid lightgrey; border-bottom:none; ">
<?php TableWidget::loadViewDataset(); ?>
</div>
<!-- Table info bottom -->
<div id="tableDatasetActionsBottom"></div>
<!-- Table widget footer -->
<div id="tableWidgetFooter"></div>
</div>
</div>
</div>