I recently started developing an angular2 web application that includes a ngx-datatable
component.
The header columns all have numeric names, but I would like to customize them in the view.
Despite my efforts to research this issue, I haven't come across much information on how to modify the column names using ngx-datatable-column
. The resources I did find didn't provide clear instructions on changing the column names either in the code or the view.