I am working with an ASP.NET Core 8 MVC project. In my project I need to implement table and I have to use table from https://bootstrap-table.com/ but I can't add this package via Nuget.
In documentation I found only how to install it by npm or yarn. I cant find this package in Nuget Manager. I also tried to download file and add files manually to project but it doesn't work. Maybe I just add bad files or miss something. What is the best way to add this package to a .NET 8 project ?


