I am building an angular2 web application and I have a ngx-datatable
element.
The columns (header) names are numbers.
Is there any way that I can edit those names in view?
After search I could not find a lot of information about ngx-datatable-column
, and even the resources that was about ngx-datatable-column
, didn't show the possibility of changing the column name even in code.