- Supported custom list of
Widgets
forTabs
inDashboard
with help ofverbose_level
andinclude_widgets
parameters - Added parameter
verbose_level
: 0 - to create aTab
with the shortest list ofWidgets
, 1 - to create a fullTab
- Added parameter
include_widgets
: ["Widget Name 1", "Widget Name 2", etc]. This parameter overwritesverbose_level
(if both are specified) and allows to set a custom list ofWidgets
- Added
Tab.list_widgets()
method to list all the availableWidgets
for the current Tab - Created
Options
entity to specifyWidgets
andTabs
customisable settings - Created
ColumnMapping
entity instead column_mapping python dictionary