What do i use to make a inline editable table for razor page?
Datatable.net edit function costs money, so I’m trying to make my own table with inline editing with Razor page, but I don’t know what is the modern way to do it. Razor is not so modern but I don’t think I want to use jQuery for it if there’s a better way.
I read some posts and there are a lot of answers like Ajax, jQuery, fetch API,… and I also found a library called Hydro for Razor that mimics SPA functionality, but I don’t know if it’s applicable to this task.
Can someone point me in a direction?
Datatable.net edit function costs money, so I’m trying to make my own table with inline editing with Razor page, but I don’t know what is the modern way to do it. Razor is not so modern but I don’t think I want to use jQuery for it if there’s a better way.I read some posts and there are a lot of answers like Ajax, jQuery, fetch API,… and I also found a library called Hydro for Razor that mimics SPA functionality, but I don’t know if it’s applicable to this task.Can someone point me in a direction? Read More