dodotable.helper — helper

class dodotable.helper.Limit(table, request_args, identifier=None)

querystring 중에 limit를 조작해서 100개보기 같은 기능을 제공합니다.

class dodotable.helper.Category(cls, attribute_name, choices, request_args, default=None)

select 태그로 렌더링되는 필터가 아닌 카테고리 형식으로 렌더링되는 필터를 제공합니다.