Return-Path: X-Original-To: apmail-pivot-user-archive@www.apache.org Delivered-To: apmail-pivot-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id B2BB297BB for ; Wed, 25 Jul 2012 14:18:16 +0000 (UTC) Received: (qmail 84298 invoked by uid 500); 25 Jul 2012 14:18:15 -0000 Delivered-To: apmail-pivot-user-archive@pivot.apache.org Received: (qmail 82994 invoked by uid 500); 25 Jul 2012 14:18:13 -0000 Mailing-List: contact user-help@pivot.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@pivot.apache.org Delivered-To: mailing list user@pivot.apache.org Received: (qmail 82699 invoked by uid 99); 25 Jul 2012 14:18:12 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 25 Jul 2012 14:18:12 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=FSL_RCVD_USER,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of sandro.martini@gmail.com designates 209.85.212.178 as permitted sender) Received: from [209.85.212.178] (HELO mail-wi0-f178.google.com) (209.85.212.178) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 25 Jul 2012 14:18:05 +0000 Received: by wibhr14 with SMTP id hr14so567670wib.7 for ; Wed, 25 Jul 2012 07:17:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=n7lSKApHPYqSFyIcmzYl1qIOKlVmBOsvsEpxHcDdZl8=; b=qx4IppqWnWT2g8Zq4dwHHg+22Uy+MZbcCukVdydKdbmrnUnGONDxVvuLBhJAtORWQd YRTVrIM+qM7Y6xVeU+6sj+/EfoZED/Y6PtiBJd5ykQ3kpNyYXM3kxrFjWu7/c1d1rXRA XyTnjNNKJiV73eTq+TIs9joFOjojU2u/1IrW0CrbcFuc38J2g0msXMAFuC93hRs8hjoV f7dOG940Pz8RL+oyRsxRSr0Vuxt/9xI0hQgL9vALNI3OkGelgOwIgF7Pq4Iwud5qPWXd bJizuzy8OccgWGAnyxNylI1u6IlnSITFs/dudTZXil0bkRKtbrlUTkXXAtZaGUU/L1lB N1Lg== MIME-Version: 1.0 Received: by 10.180.100.37 with SMTP id ev5mr5087975wib.5.1343225864338; Wed, 25 Jul 2012 07:17:44 -0700 (PDT) Received: by 10.216.187.13 with HTTP; Wed, 25 Jul 2012 07:17:44 -0700 (PDT) In-Reply-To: References: Date: Wed, 25 Jul 2012 16:17:44 +0200 Message-ID: Subject: Re: Multi-line entry in Table From: Sandro Martini To: user@pivot.apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org Hi Joseph, under tests, as a sample you can look at table_view_test2.bxml , where in the column that need multiline text it does this: In table_view_test3.bxml there are other tests with custom table cell renderers. In both these there are even this: to enable variable height in table rows. Hope this is enough for your needs. Bye