Using full featured Datatables Plugin with Angular 6

前端 未结 8 1533
[愿得一人]
[愿得一人] 2020-12-09 12:36

I am trying to add Datatables plugin (datatables.net) facility with my angualar 6 project. I am not sure how should I include the necessary css, js and other required files

8条回答
  •  感情败类
    2020-12-09 13:08

    Just add your .css files in styles section and .js files in Scripts section, in angular(-cli).json. I think this would resolve your issues.

提交回复
热议问题