Details
- 
        Type: Bug Bug
- 
        Status: Closed
- 
            Priority: Major Major
- 
            Resolution: Fixed
- 
            Affects Version/s: EE-3.3.0.GA_P02
- 
            Fix Version/s: 4.0, EE-3.3.0.GA_P03
- 
            Component/s: ACE-Components
- 
            Labels:None
- 
            Environment:All
- 
                        Assignee Priority:P2
- 
                        Support Case References:Support Case #12619 - https://icesoft.my.salesforce.com/5007000000ZCsbc
Description
                    When and ace:dataTable is set to use scrolling an the number of items that are shown is less than the scroll height, a scrollbar is still shown and this is causing an alignment issue with the header and body columns.
            
 
                        
The following issue can be reproduced with the Showcase demo. Here is a comment from the customer on this:
"I was able to reproduce the problem with your showcase app by changing the DEFAULT_LIST_SIZE value in DataTableData from 30 to 5 to simulate our issue. When the Scolling example under ace:dataTable in showcase is displayed, you will see that the vertical scroll bar is displayed (even though all 5 rows are displayed so no scroll bar should appear) and the column headings are misaligned with the table data. "
I also have a basic test case where I can see the issue as well. Screen shot to be attached shortly.