Model binding new Datatables 1.10 parameters

前端 未结 6 1479
南方客
南方客 2021-02-01 16:44

In Datatables 1.10 the ajax server side parameters changed from

public class DataTableParamModel
{ 
    public string sEcho{ get; set; }
    public string sSearc         


        
6条回答
  •  耶瑟儿~
    2021-02-01 17:24

    The full server side binding implementation can be found here. I ran into a similar issue and this was how I went about solving it.

提交回复
热议问题