How do I send custom column setting "columns[i][model]" to server-side?

How do I send custom column setting "columns[i][model]" to server-side?

srrochasrrocha Posts: 1Questions: 1Answers: 0

When you set your DataTable to server-side processing, it sends an Ajax request including, among other info, columns' settings.

I did like to set a new configuration in my columns definition, addressed here as 'model', and I want the Ajax request to contain it.

Is this possible? If so, what's the easiest/cleanest way to do it?

This discussion has been closed.