AlexanderKrutov / DataTables.Queryable

.Net library for clever processing of requests from datatables.net jQuery plugin on the server side (ASP.NET, Nancy or any other web server).
MIT License
51 stars 19 forks source link

Complex Models #6

Closed dedo1911 closed 7 years ago

dedo1911 commented 7 years ago

Hi, I'm trying to access a complex model with entity framework and in my columnDefs I would have something like this:

{ targets: 0, data: 'event.code' }

Basically my EF model contains relations to other tables which results in a complex model. How to access properies of associated objects?

AlexanderKrutov commented 7 years ago

Fixed in 1.5.0, see pull request #8.