简体   繁体   中英

How to make all column headers sticky(fixed) in ag-grid in angular while page scrolling?

我已经尝试了两天,但仍然找不到解决方案,任何人都可以帮我解决这个问题。

I suppose your header HTML be like:

the CSS for it to stick on top must be:

 .header { position: fixed; width: 100vw; top: 0px; left: 0px; }

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM