Личный кабинет
Укажите e-mail, на который будет выслан код восстановления пароля.
На указанный вами адрес e-mail был выслан код подтверждения аккаунта. Введите полученный код для продолжения:
Введите новый пароль два раза:
HiAdded support for Columns resizable in query tool. It allows user to resize the table columns as much as needed.We are using Backgrid Sizeable Columns plugin:https://github.com/WRidder/backgrid-sizeable-columnswith one change in library on line no 185:moved the following trigger event out of if condition:if (newWidth != oldWidth) {}and added one additional parameter offset.//Trigger eventview.columns.trigger("resize", columnModel, newWidth, oldWidth, offset);We are listening to this trigger event in sqleditor.js file where we need offsetto calculate new table width on every resize event.hence, here is the patch attached.Please review.Thanks,Surinder Kumar
if (newWidth != oldWidth) {
}
view.columns.trigger("resize", columnModel, newWidth, oldWidth, offset);
В списке pgadmin-hackers по дате отправления: