how to copy the values present in ag-grid
问题 I am using ag-grid to bind values from a list, Is it possible to copy the value/data in the selected cell. I have tried to copy the value using ctrl+c but its not working is there any other way? Please help me! 回答1: You can do this using CSS below: .ag-font-style { user-select: initial; -moz-user-select: text; -ms-user-select: text; -webkit-user-select: text; } This should work in any of the browsers viz IE, Chrome, Mozilla and may be Safari. 回答2: There is a flag which will allow you to