Search
18461 results 18121-18130
Forum
- 5th Nov 2015How to handle order[i][column] in server-side processing.For .NET you might want to consider setting the traditional option of the jQuery.ajax() function - or send the data to the server as JSON - see `dt-init ajax.dataSrc. That's usually easier to work with in .NET. Allan
- 8th Oct 2015Accessing POST valuesAlternatively, you can use ajax.data or preSubmit to modify
- 4th Sep 2015Master-Detail tables pattern suggestionsThanks Allan, I used the preSubmit event and it worked. I think that the ajax.data is better so I will rework the code. ty f
- 26th Aug 2015Limit number of columns in multi-column sortsdo that using the ajax.data option on the client-side
- 7th Aug 2015How can I define a model property as a DateTime and have it work properly?option is to use ajax.dataSrc and loop over the
- 6th Aug 2015Confused about server side processingAllan: ajax.data is proving easy to
- 27th May 2015Paging and sorting with custom server APIAlso it is documented. If you want to override the DataTables parameters, you need to use ajax.data to transform them as needed. Allan
- 27th May 2015Editor dateFormat of fieldbasically two options: Use ajax.dataSrc to transform the data
- 26th May 2015How to pass parameters to server as query string?See also the documentation: ajax.data.
- 15th May 2015Sending custom column attributes to the server on POSTYes, I am using ajax.data to send additional information