Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.89) (envelope-from ) id 1f0R9O-00062d-8n for pgadmin-hackers@arkaria.postgresql.org; Mon, 26 Mar 2018 12:22:58 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.89) (envelope-from ) id 1f0R9M-0003nr-EP for pgadmin-hackers@arkaria.postgresql.org; Mon, 26 Mar 2018 12:22:56 +0000 Received: from makus.postgresql.org ([2001:4800:1501:1::229]) by malur.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.89) (envelope-from ) id 1f0R9M-0003nh-2j for pgadmin-hackers@lists.postgresql.org; Mon, 26 Mar 2018 12:22:56 +0000 Received: from mail-wr0-x243.google.com ([2a00:1450:400c:c0c::243]) by makus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1f0R9I-0005kv-ML for pgadmin-hackers@postgresql.org; Mon, 26 Mar 2018 12:22:54 +0000 Received: by mail-wr0-x243.google.com with SMTP id u11so6395400wri.12 for ; Mon, 26 Mar 2018 05:22:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=pgadmin-org.20150623.gappssmtp.com; s=20150623; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=LQpy1Xj9GlHYDRDjC5/PJWKsPmIAcru32Uxe/iW6Q/8=; b=db1xSlx3vd2tVGwagO2D7V8BRkXtENXChBK2YsF2ZKt+1bfW+MHZhws0EeMb51FbZy DDWp2OTOA6vlG/0aJ3N3F70VDzVtPrWUzGLrg+qLUvy9pKBTJutqG/kJU0dGr7xGRxE/ O9EYxsH9KfKrUyl8529snannTpjxMzKIOwJ1hbRVB9SmMQRar0CZ1Yvs5cjNFJlqOdPd BPjmo7BQFkej74ODw2glMBIsxrCu8FU/odiFJ1HSiVxUYVFAlE4CvqNk0+ag73GW6jva 7vV9Kn8KpVtYstcKU6PR5ZmJVStuXNlFy1yhQAM4luucsom9THB8y/NbN6+aKDK4ucWs Cc0g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=LQpy1Xj9GlHYDRDjC5/PJWKsPmIAcru32Uxe/iW6Q/8=; b=PVfdUmWdHwBOoczX7tFFw8b80wxn0a/UAG+cTpPSfV9fJn+RhQs6R4Iuo2bI9ESwI7 AJEB22KMAYOSQ/Z2q6mOqAbw5liag9HbFYl65eVwnC9oPicXkDoMj3ibpHck4P80zhF7 ZPHzyRtoVUTqZ+pHeY1gCBxiEFK5f2+4XL6ak3eBHkqdPtmslck/nzOr6Oujf0Dn/cYK 2zZlMugVeh07wheSGzCV3jOxerAGifo2LBuISWIKGkFUUl6UfOlCasKn+l/GE5SEQIOq SxND3AemzBq1Em9Xi4HRfE7/NGgMMCL2rtui3KIkGVdq5U1srsEyZ/6yMcYXYAXawCN9 RLLQ== X-Gm-Message-State: AElRT7EZ+NnhHKICg6L4uLbP0sn99o/jlX4EixBLLoILwo6yQnWGd4go t5BD2v5CZPQ7e8z0q18Dgha7JiOQXuA535G8Tm0lbg== X-Google-Smtp-Source: AG47ELv479SnREgkMK6NJHwyCpKaawt9pSAGeQnBxAkVgE3A5OAigoLASHrbOWQ++bJTXtvTZcmqVPKmSqQvinjyuhM= X-Received: by 10.223.195.124 with SMTP id e57mr28777760wrg.135.1522066970401; Mon, 26 Mar 2018 05:22:50 -0700 (PDT) MIME-Version: 1.0 Received: by 10.28.69.220 with HTTP; Mon, 26 Mar 2018 05:22:49 -0700 (PDT) In-Reply-To: References: From: Dave Page Date: Mon, 26 Mar 2018 13:22:49 +0100 Message-ID: Subject: Re: [pgAdmin4][RM#3055] Allow user to sort the data in View data mode To: Murtuza Zabuawala Cc: pgadmin-hackers Content-Type: multipart/alternative; boundary="f403045c4e221872cc05684fd5fb" List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Precedence: bulk --f403045c4e221872cc05684fd5fb Content-Type: text/plain; charset="UTF-8" Hi On Sun, Mar 25, 2018 at 7:13 PM, Murtuza Zabuawala < murtuza.zabuawala@enterprisedb.com> wrote: > Hi, > > PFA patch which allow user to sort the data in View data mode. > The patch looks good in general, however I'm not sure about the UI, in particular that the closely-linked dialogue for filtering is a completely different design. I think it would be better to combine the Sort/Filter options and use a single dialogue for both, as pgAdmin 3 did (though, maybe not using separate tabs for each part, but the top and bottom of the same dialogue. That would certainly fix the consistency of the dialogues (obviously, as there would only be one!), and I think would perhaps be a more simple overall UI, particularly for those that want to sort and filter. Thoughts? Thanks. -- Dave Page Blog: http://pgsnake.blogspot.com Twitter: @pgsnake EnterpriseDB UK: http://www.enterprisedb.com The Enterprise PostgreSQL Company --f403045c4e221872cc05684fd5fb Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Hi

On Sun, Mar 25, 2018 at 7:13 PM, Murtuza Zabuawala = <murtuza.zabuawala@enterprisedb.com> wrote:
Hi,

PFA patch which allow user to sort the data in View data mode.

The patch looks good in general, ho= wever I'm not sure about the UI, in particular that the closely-linked = dialogue for filtering is a completely different design. I think it would b= e better to combine the Sort/Filter options and use a single dialogue for b= oth, as pgAdmin 3 did (though, maybe not using separate tabs for each part,= but the top and bottom of the same dialogue.

That= would certainly fix the consistency of the dialogues (obviously, as there = would only be one!), and I think would perhaps be a more simple overall UI,= particularly for those that want to sort and filter.

<= div>Thoughts?

Thanks.=C2=A0

--
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake

EnterpriseD= B UK: http://www.= enterprisedb.com
The Enterprise PostgreSQL Company
--f403045c4e221872cc05684fd5fb--