Hi, I have problem similar to what is being mentioned in this issue: Checkbox #badvalue when pasted with empty data, when I copy-paste an empty row, the checkbox cell value changes into #bad-value#
I followed the solution of using skipColumnOnPaste, but in my case I have another column after the checkbox column. When the columns are skipped, the corresponding values are being pasted in the subsequent columns, refer to the image, the last 2 rows are copy-pasted from first 2 rows and the checkbox values of Accepted column is being pasted in the comment column
-
Is there a better way to solve the #bad-value# problem instead of skipping the values, since I want the users to copy-paste the checkbox value and expect the table to handle the case when the copied row has empty / null value in checkbox cell
-
If not, is there a way I can ignore completely the columns being pasted rather than skipped, i.e the values for the columns that are marked to be skipped do not carry over to rest of the columns following the skipped ones