In our tables, we have a few non-editable cells at the beginning.
This is fine, but it seems that our custom “value” cell renderer doesn’t copy correctly (note the missing column):
The HTML output for the column is this:
<span class="symbol">${security.currency}</span><span class="value">${text}</span>
Is it possible when copying and pasting to:
- include the values, in and out
- exclude the values, in and out
We just want to find a consistency that we can work with.
Have looked into skipColumnOnPaste
but it doesn’t seem to work.
Thanks!