Removing sorting arrows AND space they would occupy from header

Removing sorting arrows AND space they would occupy from header

JohnCannon.ITJohnCannon.IT Posts: 8Questions: 4Answers: 0

I know using the following removes the sorting arrows:

columnDefs: [
{
targets: 0,
orderable: false
},

However, the space they would occupy remains. This makes my details-control icons off-center, and I can't find a way to center them with that padding present. Is there a way to shrink the header column, removing the space the sorting arrows would normally occupy?

Answers

This discussion has been closed.