Hi,
I need to create dataTable with serverSide: true
. When I try to get the request on my endpoint on the server side, I get something like 0: {column: 5, dir: "asc"}
. But I really want to get the name of the column, not the number of column that I sort by.
I will be really appreciated If you helped me with that.
↧
Pass name of sorted column to server
↧