adding the bootstrapVersion flag to the /widget/table view to dynamically render css classes + little fixes

This commit is contained in:
SimonGschnell
2024-03-20 13:26:23 +01:00
parent 78a16982f8
commit 59f25bd3a2
3 changed files with 14 additions and 15 deletions
+1
View File
@@ -98,6 +98,7 @@ class TableWidget extends Widget
$this->view(self::WIDGET_URL_TABLE, array(
'tableUniqueId' => $widgetData[TableWidgetLib::TABLE_UNIQUE_ID],
'bootstrapVersion' => $widgetData[TableWidgetLib::TABLE_BOOTSTRAP_VERSION],
)); // GUI starts here
}