pgAdmin 4 commit: Add canAddRow/canEditRow/canDeleteRow functionality f

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Add canAddRow/canEditRow/canDeleteRow functionality f
Date: 2016-04-13 14:54:21
Message-ID: E1aqMBR-0003WA-Vb@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

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.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=6e237d16caabcd3d0507201d805db5d52a8ffcc2
Author: Murtuza Zabuawala <murtuza(dot)zabuawala(at)enterprisedb(dot)com>

Modified Files
--------------
web/pgadmin/static/js/backform.pgadmin.js | 143 +++++++++++++++++-------------
1 file changed, 80 insertions(+), 63 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2016-04-13 14:54:26 Re: PATCH: Added canAddRow/canEditRow/canDeleteRow functionality for grid
Previous Message Dave Page 2016-04-13 12:48:46 Re: PATCH: Added Node Type & Catalog objects [pgAdmin4]