Datatable npm for buttons and select
Datatable npm for buttons and select
sparkstersajjad
Posts: 10Questions: 4Answers: 0
in General
In my angular project. I have installed npm for datatable buttons (https://www.npmjs.com/package/datatables.net-buttons) and select box (https://www.npmjs.com/package/datatables.net-select). Both got installed successfully but if see npm_modules of these it's showing only js files css files are missing. what i have to do for that. do i need to download and add directly to that or any ways is there. please advise.
This discussion has been closed.
Replies
Yes - because we support multiple styling frameworks you need to download the package for the framework you are using - e.g. if you use Bootstrap then instannce datatables.net-buttons-bs4. See the npm download page.
Allan
Thanks Allan