-
Notifications
You must be signed in to change notification settings - Fork 148
Description
I installed nuget package 1.5.31 (.net 4.5.1, NOT core), but the DataTablesParam was not binding the sSearchValues array. When I downloaded and included the relevant projects hosted on github, the binding worked perfectly.
This makes me suspect that at the time the nuget package was uploaded, there was an error within the DataTablesModelBinder code which has subsequently been corrected or reverted to a prior working version. If this is the case, could a new version be uploaded to nuget? Thank you.
As a small side note, the DataTablesModelBinder .BindModel method chooses between bind v10 and bind legacy - would you be able to add a comment to the code on what this refers to (exactly what version of what library) (I had assumed datatables 1.10.x but this does not seem to be the case).
Thank you