예제 #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()