const customStyles = {
content : {
top : '37%',
left : '50%',
right : 'auto',
bottom : 'auto',
marginRight : '-50%',
transform : 'translate(-50%, -50%)',
maxWidth : '40%'
}
};
当我单击网格中的任何行时,将弹出模式对话框。但是问题是,当我单击行时,该行被突出显示,并显示在模式前面。 我不想突出显示的行或网格分散模式视图。
我该如何实现?
谢谢