ALMMa / datatables.aspnet

Microsoft AspNet bindings and automatic parsing for jQuery DataTables along with extension methods to help on data queries.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AditionalParameters Mispelled

vellucci52 opened this issue · comments

The IDataTablesRequest interface supports an IDictionary parameter named AditionalParameters . The AditionalParameters parameter is misspelled. It should be AdditionalParameters.

Fixed on today's commit. Thanks for the report :)
This change might break existing code along with registration method (now called 'RegisterDataTables').