Hi,
Param query version is using 6.2.4.
Currently, I am using the copy() method and paste() method to copy the cell.
However, cells that are not set in colModel will not be copied.
I want to copy & paste the cell value of Column which is not set in colModel at the time of cell copy & paste.
The columns I want to copy are included in the dataModel, but I haven't set them in the colModel.
I would like to know an efficient implementation method for copying and pasting columns that do not exist in the colModel of the grid.
Thanking you in advance