3
Answers

Create table MVC Razor without database

Photo of Delimavi

Delimavi

8y
1.2k
1
I want create 3 pages with table in razor mvc where I can sort different users and propertys.
I am new with c# and the examples which I have found is with creating database.
I have found datatables.net but if I insert js and css file in my project nothing happens. 
How can I create easiest way a table in mvc razor?

Answers (3)