Re: PATCH: Added canAddRow/canEditRow/canDeleteRow functionality for grid

From: Dave Page <dpage(at)pgadmin(dot)org>
To: Murtuza Zabuawala <murtuza(dot)zabuawala(at)enterprisedb(dot)com>
Cc: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: PATCH: Added canAddRow/canEditRow/canDeleteRow functionality for grid
Date: 2016-04-13 14:54:26
Message-ID: CA+OCxozdT+xyTpDm2C+3ia3edyFH5ZoAyqQqApFZXu4DPGW5vg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Thanks, applied.

On Wed, Apr 13, 2016 at 1:35 PM, Murtuza Zabuawala
<murtuza(dot)zabuawala(at)enterprisedb(dot)com> wrote:
> Hi,
>
> PFA minor patch which will add canAddRow/canEditRow/canDeleteRow
> functionality for Backgrid.
>
> This will allow user to check condition on individual
> opration(add/edit/delete row) rather than only while rendering the control.
>
>
> --
> Regards,
> Murtuza Zabuawala
> EnterpriseDB: http://www.enterprisedb.com
> The Enterprise PostgreSQL Company
>
>
> --
> Sent via pgadmin-hackers mailing list (pgadmin-hackers(at)postgresql(dot)org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgadmin-hackers
>

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

EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

In response to

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2016-04-13 15:11:48 pgAdmin 4 commit: Grant wizard.
Previous Message Dave Page 2016-04-13 14:54:21 pgAdmin 4 commit: Add canAddRow/canEditRow/canDeleteRow functionality f