List

class flask_kibble.list.List
action = 'list'

Action name

get_query(ancestor_key=None)
Returns:Base query for list.
Return type:ndb.Query

Link to the object in the first column.

list_display = (<type 'unicode'>,)
Columns to display in the list table. Can be one of:
  • callable: Will be called with the instance as the first argument
  • model member: If callable, will be called
  • view member: If callable, will be called with instance as first argument.
query_composers = [<class 'flask_kibble.query_composers.Sort'>, <class 'flask_kibble.query_composers.Filter'>, <class 'flask_kibble.query_composers.Paginator'>]

A list of query composers to perform query operations e.g. Filtering, sorting, pagination. See query_composers for more information.