You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
We added a checkbox in the first row in a table using ng2-table. On the time normal developement, we are not getting any error in the application but at the time of the production build also we are not getting any error in the application. The problem is our checkbox is visible only on the development environment but after taking the production build we can`t able to see the checkbox which we are seeing in the development environment. I am attaching the sample code below. If you have any solutions please check and let me know
\n \n \n \n \n \n \n \n \n \n \n \n \n \n
\n {{column.title}}\n \n
\n \n
\n
this code we have written in the ng-table.component.js inside the node-modules folder.
We have overwritten sanitizer value as HTML.
Thanks
The text was updated successfully, but these errors were encountered:
Hi,
\n \n \n \n \n \n \n \n \n \n \n \n \n \nWe added a checkbox in the first row in a table using ng2-table. On the time normal developement, we are not getting any error in the application but at the time of the production build also we are not getting any error in the application. The problem is our checkbox is visible only on the development environment but after taking the production build we can`t able to see the checkbox which we are seeing in the development environment. I am attaching the sample code below. If you have any solutions please check and let me know
this code we have written in the ng-table.component.js inside the node-modules folder.
We have overwritten
sanitizer
value as HTML.Thanks
The text was updated successfully, but these errors were encountered: