I am working on the angular based project. I am using datatables to display data. When I try to do some modifications on the table, I get the following error.
DataT
I solved this problem by removing the following code in *.ts file:
dtOptions: DataTables.Settings = {}; this.dtOptions = { };