Re-enable auto-refresh, search and groups in listings
This commit is contained in:
@ -55,7 +55,7 @@ const Listing = createReactClass({ // eslint-disable-line react/prefer-es6-class
|
|||||||
limit: 10,
|
limit: 10,
|
||||||
sort_by: null,
|
sort_by: null,
|
||||||
sort_order: undefined,
|
sort_order: undefined,
|
||||||
auto_refresh: false,
|
auto_refresh: true,
|
||||||
location: undefined,
|
location: undefined,
|
||||||
base_url: '',
|
base_url: '',
|
||||||
type: undefined,
|
type: undefined,
|
||||||
@ -64,8 +64,8 @@ const Listing = createReactClass({ // eslint-disable-line react/prefer-es6-class
|
|||||||
columns: [],
|
columns: [],
|
||||||
bulk_actions: [],
|
bulk_actions: [],
|
||||||
item_actions: [],
|
item_actions: [],
|
||||||
search: false,
|
search: true,
|
||||||
groups: false,
|
groups: true,
|
||||||
renderExtraActions: undefined,
|
renderExtraActions: undefined,
|
||||||
onBeforeSelectFilter: undefined,
|
onBeforeSelectFilter: undefined,
|
||||||
getListingItemKey: undefined,
|
getListingItemKey: undefined,
|
||||||
|
Reference in New Issue
Block a user