mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-17 20:19:28 +00:00
set version 3 as the default version of bootstrap for the tableWidget
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user