代码之家  ›  专栏  ›  技术社区  ›  futureExpert

Angular5在模态上初始化数据表,模态后面显示ContextMenu

  •  0
  • futureExpert  · 技术社区  · 7 年前

    enter image description here

    有什么想法吗?

    1 回复  |  直到 7 年前
        1
  •  1
  •   Abhinav Kumar    7 年前

    可以设置上下文菜单的基本z索引属性。

    <p-contextMenu #cm [model]="items" appendTo="body" baseZIndex="99999"></p-contextMenu>
    

    here is stackblitz implementation

    推荐文章