Re: Shouldn't the paginate bar appear regardless of the listSize gt viewSize?

2014-10-09 Thread gil portenseigne
Hello Christian, The default pagination size being twenty, if the list is lower (i.e. with no paginate bar) it's quite easy to count the rows. If higher, you already have the number on pagination bar and then in mind when you change the paginate size. I think that it's cleaner to remove

Shouldn't the paginate bar appear regardless of the listSize gt viewSize?

2014-10-08 Thread Christian Carlow
Does anyone have a good reason why the paginate bar should disappear when the listSize gt viewSize? The bar is useful for determining the record count which can't be determined when it disappears due to the condition being met. Anyone else think this is worthy of a JIRA?