Search
18435 results 10511-10520
Forum
- 3rd Jun 2011Memory leak in fnClearTable()?possible errors in the Ajax request... could be more
- 3rd Jun 2011FixedColumns - v2 releasedon the left) with ajax & server side processing.
- 2nd Jun 2011mDataprop + paging + searching + server-sidename": "sDataprop", "value": "group_name,username,email" } ); $.ajax ({ 'dataType': 'json', 'type' : 'POST',
- 1st Jun 2011Server Side Processing, more infodebugger from a real (ajax) call, let me know
- 31st May 2011server-side + columnfilter + col widtheach column in my ajax success, after calling fnCallback
- 30th May 2011fnDrawCallback on the flyadmin', 'controller' => 'forums', 'action' => 'ajax')), 'fnDrawCallback' => new Zend_Json_Expr('renderButton') ) )); [/code]
- 27th May 2011DataTables 1.8 beta 3 now availableincorrect check against the Ajax source property which would
- 27th May 2011aaData and deep property readingXHR object returned from $.ajax() being attached to a
- 26th May 2011Problem using datatables with JSPthat will handle delete ajax call: [code] @WebServlet("/DeleteData") public
- 25th May 2011Custom Columns with Server Side processingSo, assuming you were using php you would need to do something like this as your ajax method: [code] <?php echo json_encode( array( array( 'sTitle' => 'id' ), array( 'sTitle' => 'phone' ), array( 'sTitle' => 'message' ), array( 'sTitle' => 'status' ), ) ); [/code]