Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 ag-grid 和 ag-grid-angular v9.0.0。如果行为空,我需要在 2 秒后显示加载覆盖模板,否则将其隐藏。目前它会立即显示并在渲染行后消失。任何有关如何完成的线索或建议表示赞赏。
使用 settimeout 函数传递 2000 作为参数
setTimeout(() => { //Execute code here }, 2000);