mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-20 00:12:15 +00:00
adding the bootstrapVersion flag to the /widget/table view to dynamically render css classes + little fixes
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user