datatables.aspnet icon indicating copy to clipboard operation
datatables.aspnet copied to clipboard

Entity Framework IQueryable Support

Open VictorioBerra opened this issue 6 years ago • 2 comments

I would really like EF/IQueryable Support.

Currently, I am doing this https://github.com/AlexanderKrutov/DataTables.Queryable but it lacks proper model binding support.

EDIT: I have forked and added a ViewModel you can now accept in your controllers.

VictorioBerra avatar Apr 11 '18 20:04 VictorioBerra

This will be shipped as part of the 3.0.0 release, along with a new suite of extension methods for EntityFrameworkCore. Please note that this will be experimental and might not cover all possible cases, though.

ALMMa avatar Jun 17 '21 00:06 ALMMa

Very cool! Glad to see you are breathing some life back into the project.

Ill have to pull up all my old code and see what else I ended up building myself that could be useful here @ALMMa

VictorioBerra avatar Jun 17 '21 00:06 VictorioBerra