How do I implement this "Copy With Column Names" operation with JSL?
I did not find the manual. I tried: dt << GetEditCopyLabel;
dt << GetEditCopyWithColumnNames;
but it was not successful.Thank you very much!