Set the table editor attributes to suppress the row names and allow resizing the columns.
   attrs = makelist();
   rc = setnitemc( attrs, 'N',
                  'DISPLAY_rowNAMES' );
   rc = setnitemc( attrs, 'Y',
                   'RESIZE_COL' );
   call send( tabid, '_setAttributes',
              attrs );