Use byte string filters for row grid too
if master view needs them at all, chances are they should apply to row grid as well as main grid
This commit is contained in:
parent
c7c3dea6b2
commit
c1a2bb978c
|
@ -468,6 +468,7 @@ class MasterView(View):
|
|||
'model_class': self.model_row_class,
|
||||
'width': 'full',
|
||||
'filterable': self.rows_filterable,
|
||||
'use_byte_string_filters': self.use_byte_string_filters,
|
||||
'sortable': self.rows_sortable,
|
||||
'pageable': self.rows_pageable,
|
||||
'default_pagesize': self.rows_default_pagesize,
|
||||
|
|
Loading…
Reference in a new issue