Hi,
After I use my custom “insert column left” and “insert column right”, When I try to use manualColumnMove and move a column it replaces the moved column with the data at the column its trying to be moved to. I was wondering if there is any work around for this? Here is a jsfiddle showing the issue:
(try adding a column next to the first or last column and then moving the first or last column to that position. All the data gets overwritten by that new columns data including header)
https://jsfiddle.net/wc9s3nxm/7/
Thanks