I want to change the NatTable drag icon which is shown when the cursor is in between two columns.
Here's the default icon:
I need to change it to a custom icon like this:
You need to implement and register a custom ColumnResizeCursorAction. Have a look at the default implementation and how it is registered to see what needs to be done.