crisu83 / yiistrap

Twitter Bootstrap for the Yii PHP framework.
http://www.getyiistrap.com
BSD 3-Clause "New" or "Revised" License
286 stars 176 forks source link

TbListView missing sorter #299

Closed marcovtwout closed 9 years ago

marcovtwout commented 9 years ago

Both on master as on bs3, the TbListView is missing the sorter from the default template:

CListView: public $template="{summary}\n{sorter}\n{items}\n{pager}"; TbListView: public $template = "{items}\n<div class=\"row\"><div class=\"col-md-6\">{pager}</div><div class=\"col-md-6\">{summary}</div></div>";

crisu83 commented 9 years ago

You are correct, do you have any suggestion where to place it? Maybe we should have it at the top on the right?

marcovtwout commented 9 years ago

Yes, that would probably be a good default position. What does the default CListView do, visually?

crisu83 commented 9 years ago

CListView is not a good reference for usability but I think they place it at the top. You can always check the default template.