Is it possible to use Datatables without jQuery?

Asked

Viewed 55 times

0

I am doing a project that I will need to put a table and I will need to put some filters, which Datatables already comes with some. So I was looking at how it does to be able to use Datatables in my code and I noticed that it just gives me the option to use it along with jQuery. I am not and do not intend to use jQuery in my code. I am using Typescript, but without jQuery.

Anyway, would there be any way I could use Datatables without using jQuery?

  • It seems that it is not possible, in itself documentation informs that the only dependency is precisely the jQuery. But you can try this alternative If your project is not using SSR I believe it goes well.

  • It seems like a good alternative if I was using Angular. My project is . NET Core Razor @Vinicius.Silva

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.