element table fixed Overlay horizontal scroll bar

kse8i1jr  于 4个月前  发布在  其他
关注(0)|答案(2)|浏览(93)

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?

ebdffaop

ebdffaop1#

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

pgx2nnw8

pgx2nnw82#

您好,我是袁胜超(jack),您发的邮件我已收到,稍后会进行查看。如果邮件紧急,请及时在微信或者QQ或者电话告知。    Hello, I am Yuan Shengchao, your e-mail I have received, will be viewed later. If the message is urgent, please call me.

相关问题