Allow custom attributes to be added and sent to the server when using server-side processing.
Allow custom attributes to be added and sent to the server when using server-side processing.
kmd1970
Posts: 36Questions: 8Answers: 1
I would like to send my own attributes to the server for each column when using server side processing.
For example:
order
search
custom1
columns[i].[name]
columns[i].[data]
columns[i].[custom1]
columns[i].[custom2]
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
Nevermind. Already done.
http://www.datatables.net/release-datatables/examples/server_side/custom_vars.html
ajax.data
andpreXhr
can be used for this.Allan