// (or at the top with vertical browse)
$cfg['modifydeleteatright'] = false; // show edit/delete links on right side of browse
// (or at the bottom with vertical browse)
$cfg['defaultdisplay'] = 'horizontal'; // default display direction
// (horizontal|vertical|horizontalflipped)
$cfg['defaultpropdisplay'] = 'horizontal'; // default display direction for altering/
// creating columns (tbl_properties)
// (horizontal|vertical)
$cfg['headerfliptype'] = 'css'; // table-header rotation via faking or css? (css|fake)
// note: css only works in ie browsers!
$cfg['showbrowsecomments'] = true; // shows stored relation-comments in 'browse' mode.
$cfg['showpropertycomments']= true; // shows stored relation-comments in 'table property' mode.
$cfg['repeatcells'] = 100; // repeat header names every x cells? (0 = deactivate)