Return-Path: Delivered-To: apmail-click-user-archive@www.apache.org Received: (qmail 31937 invoked from network); 28 May 2010 14:55:08 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 28 May 2010 14:55:08 -0000 Received: (qmail 78352 invoked by uid 500); 28 May 2010 14:55:08 -0000 Delivered-To: apmail-click-user-archive@click.apache.org Received: (qmail 78320 invoked by uid 500); 28 May 2010 14:55:07 -0000 Mailing-List: contact user-help@click.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@click.apache.org Delivered-To: mailing list user@click.apache.org Received: (qmail 78312 invoked by uid 99); 28 May 2010 14:55:07 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 28 May 2010 14:55:07 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FREEMAIL_FROM,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of tomasz.bandura@gmail.com designates 74.125.82.170 as permitted sender) Received: from [74.125.82.170] (HELO mail-wy0-f170.google.com) (74.125.82.170) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 28 May 2010 14:55:00 +0000 Received: by wyb32 with SMTP id 32so1356742wyb.29 for ; Fri, 28 May 2010 07:54:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:content-type; bh=r6psjsM/N8poA2uZIfjuTcfoolyIIh4MBKzqj5eJ8jk=; b=d2OFzFFBtZEOQHeMXYYixRG6O1nYkkYvbD4Oekz7NaPN0B2gtQEjWhGsPq79sJ++Bn JXiH2G7fmp6lVatuw7r0eaijxfDu7ppgwvrJ/+yE00qrk7nI1RzGzmgxMdyRaLgh4F/2 U4fdnsUOf7e89XmqXUBj2fcN6jtLgLYWNXHSc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=W2WSGXZstkAowMLlts5bkLdp/FMke8hbETIvy5jlbhMUNbs8IOIIb096gxnJjNMGg3 Szo2uOHpSKCROMPfqSz2U7SNzDvXyBPonE0gswaUDWC28uxvhdDi1znVq7uguOuTLmLg RVUkh4ACRL1vHxX+rDAO67WUgbDSJ0nh907MM= MIME-Version: 1.0 Received: by 10.216.90.210 with SMTP id e60mr78436wef.80.1275058480272; Fri, 28 May 2010 07:54:40 -0700 (PDT) Received: by 10.216.4.78 with HTTP; Fri, 28 May 2010 07:54:40 -0700 (PDT) In-Reply-To: References: Date: Fri, 28 May 2010 16:54:40 +0200 Message-ID: Subject: Re: FormTable Question From: tomasz bandura To: user@click.apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org Hi, Please Look at LargeTable Example: http://www.avoka.com/click-examples/table/large-dataset-demo.htm with the size and start parameters ( limit and offset ) used in 'custom' DataProvider. regards, Tomasz 2010/5/28 Tim Hooper : > When getting the rows out of a FormTable, is there a way to get only the rows of > the current page? > > For Example, I'd like to do something like this: > table.getRowList(table.getPageNumber()); > > which would only return the rows for the currently selected page in the table. > > > Tim > >