homena / jmesa

Automatically exported from code.google.com/p/jmesa
0 stars 0 forks source link

Add RowSelect.setMaxRows(int) #300

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Please add setMaxRows(int) method to RowSelect.  Will require calling 
init(page) to readjust.

Workaround without it is to temp save desired existing values from 
limit.getRowSelect() and instantiate new RowSelect, specifying values via 
constructor, and then limit.setRowSelect().

Original issue reported on code.google.com by jeffjjen...@gmail.com on 5 Jan 2011 at 5:50

GoogleCodeExporter commented 9 years ago
I could add that in the next couple months...I will be working with JMesa a lot 
at work the next 6 months. Feel free to send a patch as well if happen to get 
to it first.

Original comment by jeff.johnston.mn@gmail.com on 5 Jan 2011 at 7:14

GoogleCodeExporter commented 9 years ago
Have this implemented on the trunk. Will go out on the 3.0.4 release.

Original comment by jeff.johnston.mn@gmail.com on 9 Mar 2011 at 7:48