mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-01 20:29:29 +00:00
b270e65d2e
Added standard behaviour to FHC_TableWidget: . Added column picker to new TableWidgetHeader div. . Moved former footerElement (including Alle aus-/abwählen buttons, CSV Downloads) from single specific files to new TableWidgetFooter divs. . Adapted other files to work with new FHC_TableWidget behaviour
22 lines
493 B
PHP
22 lines
493 B
PHP
<br>
|
|
<div class="row" id="divTableWidgetDataset" tableUniqueId="<?php echo $tableUniqueId; ?>">
|
|
<div class="col-lg-12">
|
|
|
|
<!-- Table widget header -->
|
|
<div id="tableWidgetHeader"></div>
|
|
|
|
<!-- Table info top -->
|
|
<div id="tableDatasetActionsTop"></div>
|
|
|
|
<!-- TableWidget table -->
|
|
<?php TableWidget::loadViewDataset(); ?>
|
|
|
|
<!-- Table info bottom -->
|
|
<div id="tableDatasetActionsBottom"></div>
|
|
|
|
<!-- Table widget footer -->
|
|
<div id="tableWidgetFooter"></div>
|
|
|
|
</div>
|
|
</div>
|