I have the following problem, very much appreciate any help:
I have a datatable whose data is loaded from a sql table after an ajax call, which works for me without problem. The issue is that I need to return from the server an additional data that is taken from the same table in the ajax call, but that does not have to be shown in the datatable. I did the test by passing this data in a column "not visible" but being "not visible" then I can not read it.
Ideally you could simply receive the additional data in a variable after the ajax call, but I could not do it.
Any Idea? Thank you very much in advance