Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Jul 18th, 2012  |  syntax: None  |  size: 0.49 KB  |  hits: 19  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. Dynamic height of rich:extendedDataTable
  2. .extdt-innerdiv{
  3.         top: 0px;
  4.         left: 0px;
  5.         position: absolute;
  6.         overflow-x:auto !important;
  7.         overflow-y:auto !important;
  8.     }
  9.  
  10. .rich-extdt-maindiv {
  11.         height: auto !important;
  12.     }
  13.  
  14. .rich-extdt-maindiv, .extdt-innerdiv {
  15.         position: relative !important;
  16.     }
  17.  
  18. .extdt-outerdiv {
  19.         height: auto !important;
  20.         overflow: visible !important;
  21.     }
  22.  
  23. .extdt-content {
  24.         height: auto !important;
  25.     }