update README.rst

update version 0.2.4
This commit is contained in:
long2ice
2020-04-29 11:39:03 +08:00
parent 7ad7c874f0
commit ea5b91e4df
4 changed files with 37 additions and 13 deletions

View File

@@ -1,3 +1,3 @@
from . import routes
__version__ = '0.2.3'
__version__ = '0.2.4'

View File

@@ -26,7 +26,9 @@ class Menu(BaseModel):
sort_fields: Optional[Set[str]] = set()
# define field type,like select,radiolist,text,date
fields_type: Dict = {}
# define field attr,like cols which in bootstrap table
attrs: Dict[str, Dict] = {}
# active table export
export: bool = True
actions: Optional[Dict]
bulk_actions: List[Dict] = [{