Server-side processing to C# and values GET
Server-side processing to C# and values GET
mtsys
Posts: 4Questions: 1Answers: 0
Hello, I am starting a project using C # and DataTables. Net
I'm finding it very interesting project, but I have a doubt on how to use DataTables server-side processing, because of the parameters that DataTables sends Ajax.
I need to know when the user sort a column, know her name and not her number. If I know the name, my job can be more generic.
The parameter mDataProp_(int) used for this? I can get the name of a column by its id?
Prior had "sColumns" but it is obsolete now ...
tks
I'm finding it very interesting project, but I have a doubt on how to use DataTables server-side processing, because of the parameters that DataTables sends Ajax.
I need to know when the user sort a column, know her name and not her number. If I know the name, my job can be more generic.
The parameter mDataProp_(int) used for this? I can get the name of a column by its id?
Prior had "sColumns" but it is obsolete now ...
tks
This discussion has been closed.