Editor for Datatables

Editor for Datatables

Working on a .Net Core MVC project. Thinking about using Editor for Datatables.
The thing is that the project is very heavy in the database layer. A lot of stored procedures must be used to collect the data.

Is this possible using Editor for Datatables?

Answers

  • allanallan Posts: 61,439Questions: 1Answers: 10,053 Site admin

    Not with the .NET libraries that we provide - they use ADO.NET directly and generate their own SQL statements. That said, it is quite possible to use your own server-side code rather than the libraries we provide. The client / server communication that Editor uses is fully documented here and I'm happy to answer any questions you've got about it.

    Allan

This discussion has been closed.