Gossamer Forum
Quote Reply
Re: [Andy] JSON In reply to
Dear Andy

Datatables a bit complicated for me at the first glance.
it has many way to load data to datatables. i was losted at first.


for server-side processing, i just realised that it 's sorting is done on server side script. when ever you want to sorting or change any table parameter. client side with contact server dor new data via ajax.


while if you load data by DOM or javascript array

[ "Trident", "Internet Explorer 4.0", "Win 95+", 4, "X" ],

you try to do sorting and pagination , all these work done on client side. unlike ajax based serverside processing (it will connect to server again and again).



i do had a sucessful partially test on the way of server side processing .

but i am interesting in load data by way of DOM or javascript array.
because my scenario is limited on one query on server then do a bit more of work on client side ( sorting , filtering , counting.......)

Cheers.

Last edited by:

courierb: Nov 22, 2011, 3:42 PM
Subject Author Views Date
Thread JSON gotze 17514 Jul 24, 2010, 11:38 AM
Post Re: [gotze] JSON
Andy 17223 Jul 25, 2010, 1:42 AM
Thread Re: [gotze] JSON
tandat 17227 Jul 25, 2010, 2:49 AM
Thread Re: [tandat] JSON
gotze 17202 Jul 25, 2010, 7:49 AM
Thread Re: [gotze] JSON
gotze 17201 Jul 25, 2010, 11:58 AM
Thread Re: [gotze] JSON
gotze 17187 Jul 25, 2010, 12:27 PM
Thread Re: [gotze] JSON
Matthias70 17178 Jul 25, 2010, 12:36 PM
Thread Re: [Matthias70] JSON
gotze 17180 Jul 25, 2010, 12:57 PM
Thread Re: [gotze] JSON
Matthias70 17127 Jul 26, 2010, 9:27 AM
Post Re: [Matthias70] JSON
gotze 17113 Jul 26, 2010, 10:40 AM
Thread Re: [gotze] JSON
courierb 16544 Nov 11, 2011, 9:12 PM
Thread Re: [courierb] JSON
Andy 16557 Nov 13, 2011, 7:08 AM
Thread Re: [Andy] JSON
courierb 16519 Nov 19, 2011, 6:10 PM
Thread Re: [courierb] JSON
Andy 16539 Nov 20, 2011, 8:16 AM
Thread Re: [Andy] JSON
courierb 16524 Nov 20, 2011, 5:13 PM
Thread Re: [courierb] JSON
courierb 16508 Nov 20, 2011, 6:15 PM
Thread Re: [courierb] JSON
Andy 16516 Nov 21, 2011, 12:58 AM
Thread Re: [Andy] JSON
courierb 16460 Nov 22, 2011, 3:41 PM
Thread Re: [courierb] JSON
courierb 16461 Nov 22, 2011, 4:02 PM
Post Re: [courierb] JSON
Andy 16452 Nov 22, 2011, 11:58 PM
Post Re: [gotze] JSON
courierb 16541 Nov 20, 2011, 5:09 PM