Made SortableAlchemyGridView
default to full (100%) width.
This commit is contained in:
parent
e58f8594c4
commit
c1d726d48c
|
@ -66,6 +66,7 @@ class AlchemyGridView(GridView):
|
|||
class SortableAlchemyGridView(AlchemyGridView):
|
||||
|
||||
sort = None
|
||||
full = True
|
||||
|
||||
@property
|
||||
def config_prefix(self):
|
||||
|
@ -113,8 +114,6 @@ class SortableAlchemyGridView(AlchemyGridView):
|
|||
|
||||
class PagedAlchemyGridView(SortableAlchemyGridView):
|
||||
|
||||
full = True
|
||||
|
||||
def make_pager(self):
|
||||
config = self._sort_config
|
||||
query = self.query()
|
||||
|
|
Loading…
Reference in a new issue