Alexander Krutov

Results 4 comments of Alexander Krutov

Hmm... I'm using DataTables.Queryable with AutoMapper too, but never faced with the same issue. May be it's because of `Microsoft.EntityFrameworkCore.Query`. Need time to verify.

Hi @VictorioBerra, thank you so much for the pull request! Unfortunately I can not approve this without additional changes. The are some reasons why: 1. We should not discard the...

I think it's better to add some configuration property to `DataTablesRequest` which will indicate processing order for the `data` and `name` parameters. Something like this: ```cs public enum PropertyNameProcessingOrder {...