What I am trying to do is add a bootstrap css to view ( https://getbootstrap.com/ ) . I had a look at exaples showing executing some javascript natvely using datalable but there does not seems to be a way to include external .js and .css files.
Is this possilbe ? How can I add bootstrap's css and js file to a view ?
Thank You