示例#1
0
 def get_default_action(cls):
     return actions.ShowTable()
示例#2
0
文件: tables.py 项目: zyrobin/lino
 def get_default_action(cls):
     #~ return actions.BoundAction(cls,cls.grid)
     #~ return 'grid'
     return actions.ShowTable()