Changeset 4c3112b in tailbone
- Timestamp:
- 07/19/2020 06:43:31 PM (3 years ago)
- Branches:
- master
- Children:
- 0798102
- Parents:
- 925e5e0
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tailbone/templates/grids/buefy.mako
r925e5e0 r4c3112b 148 148 @sort="onSort" 149 149 150 ## % if grid.pageable:151 ## paginated152 150 :paginated="paginated" 153 151 :per-page="perPage" … … 156 154 :total="total" 157 155 @page-change="onPageChange" 158 ## % endif159 156 160 157 ## TODO: should let grid (or master view) decide how to set these? … … 296 293 `sortdir=${'$'}{this.sortOrder}`, 297 294 `pagesize=${'$'}{this.perPage}`, 298 `page=${'$'}{this. page}`295 `page=${'$'}{this.currentPage}` 299 296 ].join('&') 300 297 }
Note: See TracChangeset
for help on using the changeset viewer.