When text is truncated in the Data Grid, ellipsis is not visible immediately:
SELECT LISTAGG( ROWNUM, ',' ) FROM dual
CONNECT BY ROWNUM <= 1000;
After some clicking around it becomes visible:
When text is truncated in the Data Grid, ellipsis is not visible immediately:
SELECT LISTAGG( ROWNUM, ',' ) FROM dual
CONNECT BY ROWNUM <= 1000;
After some clicking around it becomes visible:
Thanks. I can reproduce this and have logged it internally.