I want to assign an id attribute to a ngx-datatable-column
.
For example, applying an id to a div tag.
I tried adding 'id' to ngx-datatable
using the format [id]="row.uniqId"
but was unsuccessful.
Is there any other way to define id to a ngx-datatable-column
?