Small bug while sorting sql grid

Oxiane

Member
Hi,

A small problem to sort datas after changing the columns order.

try :

select 1 first,2 second,3 third,4 fourth from dual
union
select 4,3,2,1 from dual

--> Ok to sort the columns

--> drag and drop column 'second' after column 'third'

--> impossible to sort column 'second'

you can consider this as a VERY minor bug ;-)

regards
 
Note that you first need to deselect the moved column by clicking in a cell. After that you can sort again.
 
Back
Top