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 20618 Jul 24, 2010, 11:38 AM
Post Re: [gotze] JSON
Andy 20280 Jul 25, 2010, 1:42 AM
Thread Re: [gotze] JSON
tandat 20287 Jul 25, 2010, 2:49 AM
Thread Re: [tandat] JSON
gotze 20265 Jul 25, 2010, 7:49 AM
Thread Re: [gotze] JSON
gotze 20263 Jul 25, 2010, 11:58 AM
Thread Re: [gotze] JSON
gotze 20246 Jul 25, 2010, 12:27 PM
Thread Re: [gotze] JSON
Matthias70 20239 Jul 25, 2010, 12:36 PM
Thread Re: [Matthias70] JSON
gotze 20243 Jul 25, 2010, 12:57 PM
Thread Re: [gotze] JSON
Matthias70 20187 Jul 26, 2010, 9:27 AM
Post Re: [Matthias70] JSON
gotze 20170 Jul 26, 2010, 10:40 AM
Thread Re: [gotze] JSON
courierb 19605 Nov 11, 2011, 9:12 PM
Thread Re: [courierb] JSON
Andy 19621 Nov 13, 2011, 7:08 AM
Thread Re: [Andy] JSON
courierb 19583 Nov 19, 2011, 6:10 PM
Thread Re: [courierb] JSON
Andy 19605 Nov 20, 2011, 8:16 AM
Thread Re: [Andy] JSON
courierb 19588 Nov 20, 2011, 5:13 PM
Thread Re: [courierb] JSON
courierb 19573 Nov 20, 2011, 6:15 PM
Thread Re: [courierb] JSON
Andy 19583 Nov 21, 2011, 12:58 AM
Thread Re: [Andy] JSON
courierb 19526 Nov 22, 2011, 3:41 PM
Thread Re: [courierb] JSON
courierb 19519 Nov 22, 2011, 4:02 PM
Post Re: [courierb] JSON
Andy 19508 Nov 22, 2011, 11:58 PM
Post Re: [gotze] JSON
courierb 19598 Nov 20, 2011, 5:09 PM