1
0
mirror of https://github.com/astaxie/beego.git synced 2024-06-25 05:24:13 +00:00
Commit Graph

8 Commits

Author SHA1 Message Date
JessonChan
2db8c753fd bee fix 2016-03-25 10:56:15 +08:00
astaxie
302b1ef7df fix the data 2016-01-08 15:52:57 +08:00
astaxie
5015614fdc golint pagination 2015-09-14 23:17:33 +08:00
Athurg Gooth
c52f634d9c Fix paginator attributes cannot be modified bug
We can only use SetPaginator to create a pagination.

After that, we always need to modify something, like the totalNum, perPageNum.

These change should be seen in the view.

So we should give the view a pointer than a object.
2014-12-11 16:42:50 +08:00
Jens Bissinger
262665f4e5 Remove PaginationController interface and pass context instead. Refs #835. 2014-10-08 16:01:42 +02:00
Jens Bissinger
0b3763cc67 Cleanup pagination documentation. Refs #835. 2014-10-08 16:00:00 +02:00
Jens Bissinger
fa6cbc08d9 Document usage of utils/pagination. Refs #835. 2014-10-07 11:23:08 +02:00
Jens Bissinger
c4f8f45da4 Move pagination to utils/pagination. Refs #837, #835. 2014-10-06 11:37:08 +02:00