- Dynamic height of rich:extendedDataTable
- .extdt-innerdiv{
- top: 0px;
- left: 0px;
- position: absolute;
- overflow-x:auto !important;
- overflow-y:auto !important;
- }
- .rich-extdt-maindiv {
- height: auto !important;
- }
- .rich-extdt-maindiv, .extdt-innerdiv {
- position: relative !important;
- }
- .extdt-outerdiv {
- height: auto !important;
- overflow: visible !important;
- }
- .extdt-content {
- height: auto !important;
- }