mirror of
https://github.com/apache/superset.git
synced 2026-04-19 16:14:52 +00:00
Display all columns if none are specified. (#2077)
* Display all columns if none are specified. * Update models.py * Do not use column for the time series. * Update models.py * Update config.py
This commit is contained in:
@@ -564,7 +564,7 @@ class FormFactory(object):
|
||||
}),
|
||||
'row_limit': (FreeFormSelectField, {
|
||||
"label": _('Row limit'),
|
||||
"default": config.get("ROW_LIMIT"),
|
||||
"default": config.get("VIZ_ROW_LIMIT"),
|
||||
"choices": self.choicify(
|
||||
[10, 50, 100, 250, 500, 1000, 5000, 10000, 50000])
|
||||
}),
|
||||
|
||||
Reference in New Issue
Block a user