Hi,
We have added Select2Cell Editor for backgrid, eariler as it was not
present & causing issue in rendering in subnode control.
--
Regards,
Murtuza Zabuawala
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company
Added_Select2Cell_Editor_v1.patch
Description: Binary data
Upgraded the jQuery-contextMenu to v2.1.0 (latest stable version) in
order to fix the issue rendering the context menu for longer text.
Needs to do some modification in the existing pgAdmin4 CSS theme to make
it looks like/near the existing look and feel.
Branch
--
master
Details
---
htt
Hi,
Please find the attached patch for the Backgrid *StringDepsCell.*
The *StringDepsCell* displays HTML escaped strings and accepts
anything typed in.
Also, Listen to the dependent fields.
Usage of the Backgrid Cell:
If the Precision cell is dependent on the Datatype then:
{
id: 'precision
Hi,
Please find updated patch.
This patch has following changes:
1. Improved code commenting.
2. Properly handling memory leak issues in js code.
On Mon, Mar 28, 2016 at 2:09 PM, Surinder Kumar <
surinder.ku...@enterprisedb.com> wrote:
> Hi Dave,
>
> Please find updated patch with suggested ch