Return-Path: Delivered-To: apmail-incubator-esme-dev-archive@minotaur.apache.org Received: (qmail 28936 invoked from network); 22 Nov 2010 08:56:47 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 22 Nov 2010 08:56:47 -0000 Received: (qmail 33767 invoked by uid 500); 22 Nov 2010 08:57:19 -0000 Delivered-To: apmail-incubator-esme-dev-archive@incubator.apache.org Received: (qmail 33702 invoked by uid 500); 22 Nov 2010 08:57:17 -0000 Mailing-List: contact esme-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: esme-dev@incubator.apache.org Delivered-To: mailing list esme-dev@incubator.apache.org Received: (qmail 33694 invoked by uid 99); 22 Nov 2010 08:57:17 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 22 Nov 2010 08:57:17 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of hirsch.dick@gmail.com designates 209.85.214.175 as permitted sender) Received: from [209.85.214.175] (HELO mail-iw0-f175.google.com) (209.85.214.175) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 22 Nov 2010 08:57:11 +0000 Received: by iwn38 with SMTP id 38so3012775iwn.6 for ; Mon, 22 Nov 2010 00:56:50 -0800 (PST) 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 :content-transfer-encoding; bh=J1fHOjGH2+NOed0ASkU2yD8LDZ10J2PpjLO71Rl77cg=; b=L3fr7iM9i+QWS0rqQbtrs59yzso/w8TZzX+z1IdvsNHEz4IH7inUtXbwMXtV016eNp GBQ0xytP35nkznbiBysUh+3Eg86vGWlrFBWYiBYETHBuVTA9mQtiky7CXe2/1ez8XSbL ZhFRZGSFdP4hvJrp6Ck8AwtVj+6kZB07ZioH8= 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:content-transfer-encoding; b=iWByQhDYl1oDFhSx7K+oZVNkK4EmXK4i4TRAe5fgJCGgt0mYCul4DaYjmNtP96BDQQ wn0H6oS01NT8dRXJYDKerwA/V+kT8TvoXAVpARj/TZJ6vVKsrqGGLoAPuN9MIUV0y9iM sJASmNbYArAbQDg4z2f4brklQnVge6amKpm3E= MIME-Version: 1.0 Received: by 10.231.157.145 with SMTP id b17mr6584063ibx.78.1290416209289; Mon, 22 Nov 2010 00:56:49 -0800 (PST) Received: by 10.231.37.10 with HTTP; Mon, 22 Nov 2010 00:56:49 -0800 (PST) In-Reply-To: References: Date: Mon, 22 Nov 2010 09:56:49 +0100 Message-ID: Subject: Re: New tables From: Richard Hirsch To: esme-dev@incubator.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org I've checked in the code. Ideal would to be shorten the urls in the message code, since longer urls often break the display. We should probably discuss whether it even makes sense to have a user page in larger installations. The performance of user table on stax shows some of the dilemma of sending all the users to the screen at once and having the UI deal with the display. We probably we need to create some sort of other way to display the text. D. On Sat, Nov 20, 2010 at 6:36 PM, Anne Kathrine Petter=F8e wrote: > Sure, I'll take a look at it. Just let me know when it is checked in :-) > > > On 20 November 2010 18:29, Richard Hirsch wrote: >> I tried playing with the width of the columns but I had some problems >> with word-wrap of the message column. >> >> Maybe, you can check it out after I've checked it in. >> >> I like the functionality this table framework provides. I think it >> would useful for tracks, tokens, actions, etc. >> >> D. >> >> On Sat, Nov 20, 2010 at 6:18 PM, Anne Kathrine Petter=F8e >> wrote: >>> Sorry, should have clarified that. >>> I meant the width. >>> >>> >>> On 20 November 2010 17:53, Richard Hirsch wrote= : >>>> On Sat, Nov 20, 2010 at 5:50 PM, Anne Kathrine Petter=F8e >>>> wrote: >>>>> I agree, in terms of functionality this looks better. >>>>> Have you tried changing the size of it yet? Does it scale down well? >>>> >>>> What do you mean scale down well? =A0size=3D number of items or font ?= ? >>>>> >>>>> >>>>> On 20 November 2010 13:10, Richard Hirsch wro= te: >>>>>> Working on a new table style... >>>>>> >>>>>> - take a look at >>>>>> http://esmecloudserverapache.dickhirsch.staxapps.net/info_view/users >>>>>> >>>>>> I'm still working on the CSS stuff but I think the functionality is >>>>>> better than our existing pager. What I like is the search and dynami= c >>>>>> show count feature >>>>>> >>>>>> It is not checked in yet - I'll check it on Monday >>>>>> >>>>>> On Mon, Nov 8, 2010 at 3:03 PM, Richard Hirsch wrote: >>>>>>> I've been doing some exploring for JQuery-based tables. >>>>>>> >>>>>>> Some of our tables don't work (for example, the users page - >>>>>>> http://esmecloudserverapache.dickhirsch.staxapps.net/info_view/user= s). >>>>>>> >>>>>>> I've found a good source: http://www.datatables.net/examples/ and I= 'm >>>>>>> going to try and replace some of the tables that don't work. >>>>>>> >>>>>>> D. >>>>>>> >>>>>> >>>>> >>>> >>> >> >