mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Removed the use of separate editor for both of these cell types. There were two instance of select2 were getting created in the Select2Cell, one in the Select2Cell itself, and another in Select2CellEditor. And, loosing the focus mysteriously, and making the scrollbar in the property dialog non-responsive. Also, modified the NodeAjaxOptionsCell to use the above logic, and removed its own version of render function to make it consitent across the system. This patch [changes sent by Murtuza] also includes improvisation in the DeleteCell, and ObjectCell, which will honour now 'canRemoveRow', and ''canEditRow' respective properties of Column.