Add Buefy support for enum grid filters
This commit is contained in:
parent
ef7b2ddbdd
commit
be6a1d916f
3 changed files with 20 additions and 0 deletions
tailbone/grids
|
@ -99,6 +99,7 @@ class ChoiceValueRenderer(FilterValueRenderer):
|
|||
"""
|
||||
Renders value input as a dropdown/selectmenu of available choices.
|
||||
"""
|
||||
data_type = 'choice'
|
||||
|
||||
def __init__(self, options):
|
||||
self.options = options
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue