You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// Gets or sets the array of object data (in string representation) as passed to the server in the request excluding any well known datatables.net keys.
77
+
/// </summary>
78
+
/// <remarks>Any custom keys added through fnServerParams can be found in this dictionary.</remarks>
Copy file name to clipboardexpand all lines: README.md
+2
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,8 @@
1
1
##This Fork##
2
2
Uses json.net for serialization so DT_RowId and DT_RowClass can be used (a dictionary was required).
3
3
4
+
Adds a property getter/setter and binds DataTable.aoData. This dictionary contains all other key value pairs that are not specially handled; meaning you can retreive any key value pairs added to aoData via the fnServerParams (see [http://datatables.net/release-datatables/examples/server_side/custom_vars.html])
0 commit comments