Is there a .NET wrapper for regular DataTables or is it only available for Editor?
Is there a .NET wrapper for regular DataTables or is it only available for Editor?
rcheung9
Posts: 1Questions: 1Answers: 0
I also came across this library on NuGet.
https://github.com/ALMMa/datatables.aspnet
Is this just a third party library on top of DataTables Javascript?
This discussion has been closed.
Answers
It is thirdparty - although I think "just" does a disservice to the author of that package - it looks good!
You are correct that I don't published .NET libraries for DataTables, other than the Editor libraries. I want to keep DataTables client-side only, so I must support all possible server-side environments. Editor is an exception since no one wants to write their own CRUD code!
Allan