dudapiotr / ZfTable

*Not supported*ZfTable 3.1. Awesome ZF2 table / grid (and much much more) generator with huge possibilities of decorating and conditioning. Integrated with DataTables, Doctrine 2, Bootstrap 2.0 and 3.0.
http://dudapiotrek.laohost.net/
MIT License
75 stars 59 forks source link

Set range in config, or set column width for pagination #84

Open hattingen opened 8 years ago

hattingen commented 8 years ago

I love ZfTable!

It would be nice to config the number of pages in range. Right now it seems that the value is fixed to 10. I am using a table in a bootstrap modal window wich is quite smaller than the document.

Since the "itemCountPerPage" select and and the pagination-section is split with 6/6, the pagination needs more than on row and has a word-break.

Determine a col-amount, e.g. 4/8 would help, even better would be a setting for limiting the amount of pages in the pagination-section, e.g. show only 4 pages....