Example #1
0
 def get_default_action(cls):
     return actions.ShowTable()
Example #2
0
 def get_default_action(cls):
     #~ return actions.BoundAction(cls,cls.grid)
     #~ return 'grid'
     return actions.ShowTable()