table fixed Overlay horizontal scroll bar
- Dominant language
- Vue
- Stars
- 54k
- Forks
- 14.4k
- PR merge metrics
- No merged PRs in 30d
Description
When the table column property is set to fixed, the fixed column height will cover the horizontal scroll bar. Causes the scroll bar to be unable to scroll

In table- layout.js In the` updateElsHeight` method, set the code:
`const NoData =( this.store.states .data && this.store.states . data.length );
this.viewportHeight = this.scrollX ? tableHeight - (noData ? 0 : this.gutterWidth ) : tableHeight;
`
Is this logic the key to this problem?

Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.