I would like to know if this possibility exists, instead of setting [sortable]=’false’ in each ngx-datatable-column?
I tried using @ViewChild to get the component reference and, after that, loop through the columns, access sortable, and set it to false.
New contributor
Mateus Silva is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.