enableSortingRemoval

Enables/Disables the ability to remove sorting for the table.

  • If true then changing sort order will circle like: 'none' -> 'desc' -> 'asc' -> 'none' -> ...

  • If false then changing sort order will circle like: 'none' -> 'desc' -> 'asc' -> 'desc' -> 'asc' -> ... API Docs Guide