Getting the data from the server

Getting the data from the server

LuisOrdLuisOrd Posts: 1Questions: 0Answers: 0
edited January 2013 in General
Hi

I'm new to datatables, I've been reading the documentation, the js files, etc etc but I can't find the place where the data is manipulated after it is sent from the server (I'm using server-side processing)

Can anyone help me? For example, in the json output i'm sending other info to be used besides the one to construct the table

e.g.

aaData: [[94, 11, MARTIN , 692, 7, 1,850.18, 2007-05-30 00:00:00, 0, 1],…]
0: [94, 11, MARTIN , 692, 7, 1,850.18, 2007-05-30 00:00:00, 0, 1]
1: [83, 18, HOMERO, CALH650725, 32, 6,070.37, 2007-04-30 00:00:00, 0, 1]
2: [89, 24, JESUS, 1448, 20, 12,576.78, 2006-11-15 00:00:00, 0, 1]
3: [321, 52, JOSE ,1, 15, 8,506.33, 2007-07-15 00:00:00, 0, 1]
4: [121, 63, MIGUEL , 22, 32,117.23, 2007-11-30 00:00:00, 0, 1]
5: [330, 76, RAIMUNDO , 15, 5,043.80, 2007-11-30 00:00:00, 0, 1]
6: [323, 78, MARIA , 1, 338.51, 2008-07-15 00:00:00, 0, 1]
7: [330, 79, RAIMUNDO, 16, 4,874.51, 2007-11-30 00:00:00, 0, 1]
8: [331, 80, MIGUEL, 11, 3,642.94, 2008-08-30 00:00:00, 0, 1]
9: [332, 81, JOSE, 5, 1,051.03, 2008-08-30 00:00:00, 0, 1]
iTotalDisplayRecords: "12026"
iTotalRecords: "4"
sEcho: 1
sumTotal: 76071.68 <---- This is the info I want to use in the Client-Side
This discussion has been closed.