Обсуждение: pgAdmin III commit: Improved the sorting in Data editor

Поиск
Список
Период
Сортировка

pgAdmin III commit: Improved the sorting in Data editor

От
Ashesh Vashi
Дата:
Improved the sorting in Data editor

Earlier - a table is sorted by Primary Key/OID(s) by default (if any
exists). In order to sort on any column, user had to remove it from the
actual sort list before apply sort on any other column using context
menu.

Now - the default column will be removed from sorted columns (if no
sorting was applied initially) with this implementation.

[PATCH: J. F. Oster, Reviewed By: Sanket Mehta]

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=7522ada6286a35217c91df2dab3309eba90e939f
Author: J.F. Oster <jinfroster@mail.ru>

Modified Files
--------------
CHANGELOG                         |    2 ++
pgadmin/frm/frmEditGrid.cpp       |   22 ++++++++++++++++++----
pgadmin/include/frm/frmEditGrid.h |    1 +
3 files changed, 21 insertions(+), 4 deletions(-)