set version 3 as the default version of bootstrap for the tableWidget

This commit is contained in:
SimonGschnell
2024-03-21 08:49:28 +01:00
parent 59f25bd3a2
commit 081a2d69f5
+1 -1
View File
@@ -140,7 +140,7 @@ class TableWidget extends Widget
// Initialize class properties
$this->_requiredPermissions = null;
$this->_bootstrapVersion = null;
$this->_bootstrapVersion = 3;
$this->_reloadDataset = true; // by default the dataset is NOT cached in session
$this->_query = null;
$this->_additionalColumns = null;