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 20926 Jul 24, 2010, 11:38 AM
Post Re: [gotze] JSON
Andy 20587 Jul 25, 2010, 1:42 AM
Thread Re: [gotze] JSON
tandat 20594 Jul 25, 2010, 2:49 AM
Thread Re: [tandat] JSON
gotze 20571 Jul 25, 2010, 7:49 AM
Thread Re: [gotze] JSON
gotze 20569 Jul 25, 2010, 11:58 AM
Thread Re: [gotze] JSON
gotze 20551 Jul 25, 2010, 12:27 PM
Thread Re: [gotze] JSON
Matthias70 20545 Jul 25, 2010, 12:36 PM
Thread Re: [Matthias70] JSON
gotze 20550 Jul 25, 2010, 12:57 PM
Thread Re: [gotze] JSON
Matthias70 20494 Jul 26, 2010, 9:27 AM
Post Re: [Matthias70] JSON
gotze 20475 Jul 26, 2010, 10:40 AM
Thread Re: [gotze] JSON
courierb 19911 Nov 11, 2011, 9:12 PM
Thread Re: [courierb] JSON
Andy 19927 Nov 13, 2011, 7:08 AM
Thread Re: [Andy] JSON
courierb 19889 Nov 19, 2011, 6:10 PM
Thread Re: [courierb] JSON
Andy 19913 Nov 20, 2011, 8:16 AM
Thread Re: [Andy] JSON
courierb 19895 Nov 20, 2011, 5:13 PM
Thread Re: [courierb] JSON
courierb 19880 Nov 20, 2011, 6:15 PM
Thread Re: [courierb] JSON
Andy 19889 Nov 21, 2011, 12:58 AM
Thread Re: [Andy] JSON
courierb 19833 Nov 22, 2011, 3:41 PM
Thread Re: [courierb] JSON
courierb 19825 Nov 22, 2011, 4:02 PM
Post Re: [courierb] JSON
Andy 19813 Nov 22, 2011, 11:58 PM
Post Re: [gotze] JSON
courierb 19903 Nov 20, 2011, 5:09 PM