We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e89940d commit b814e52Copy full SHA for b814e52
Mvc.JQuery.Datatables.Example/Controllers/HomeController.cs
@@ -26,7 +26,6 @@ public ActionResult JSUnitTests()
26
27
public DataTablesResult<UserView> GetUsers(DataTablesParam dataTableParam)
28
{
29
- throw new Exception();
30
return DataTablesResult.Create(FakeDatabase.Users.Select(user => new UserView()
31
32
Id = user.Id,
0 commit comments