zhuqianyang

Results 6 comments of zhuqianyang

Click inside the grid the menu is not closed

I have a solution 1、ContextMenu getting component instances const props = { ref: e => this.contextMenu = e, id: "grid-context-menu", } 2、listen for table row clicks,do the following this.contextMenu?.setState({ isVisible:...

> Can someone merge this fix into the master branch? Wait for the publisher to update @jayakrishnancn

可以使用如下正则,移除没有变量的静态antd样式,这样静态的antd样式不会把原来的样式覆盖掉 css = css.replace(/^\.+?\w+[^{]+\{[^@={}]+}$/gm, '');