An Example Of Fully Featured Datatable in MVC
An Example Of Fully Featured Datatable in MVC

Hello All,
Any Example for integrated Datatable in MVC5 ?
This discussion has been closed.
Hello All,
Any Example for integrated Datatable in MVC5 ?
Answers
For DataTables itself? The backend is basically irrelevent for DataTables itself since it is a client-side library. It doesn't matter if MVC5 is used, Python, Rails or anything else.
For Editor that is a bit different since it uses a server-side component to read and write to and from a database. The .NET package includes examples.
Allan