Search
10333 results 4401-4410
Forum
- 8th Dec 2011Extended data source options with DataTablesForgot to tag the code as code [code] $('#example').dataTable( { "bFilter": false, "bPaginate": false, "bInfo": false, "bJQueryUI": true, "bSort": false, "bProcessing": false, "sAjaxSource": "url", "aoColumns": [ {"sTitle": "Status", "mDataProp": "requestStatus.status" }, {"sTitle": "Mission", "mDataProp": "overview.feedOverview.status" } ] }); [/code]
- 7th Dec 2011Pagination Not Appearing in TablesWidth: '76px' } ], "sAjaxSource": "server-side url name goes here", } ); } ); jQuery.fn.dataTableExt.oPagination.iFullNumbersShowPages
- 2nd Dec 2011Displaying custom data from the same GET request as DatatablesfnCallback ) { $.ajax( { "dataType": 'json', "url": sSource, "data": aoData, "success":
- 29th Nov 2011Serverside Processing GATEWAY errors ...is that the GET URL is too long for
- 28th Nov 2011Simpler, shorter URLs for server-side datatablesthat max length in url? i need to have
- 25th Nov 2011Search form disappearedimplementation at the same URL. It worked beautifully. - I
- 25th Nov 2011Filter post-processing and highlightingput an "onComplete" handler ... [code] ... "fnServerData": function(sSource,aoData,fnCallback) { aoData.push( { "name": "name", "value": "value" } ); $.ajax( { "dataType": 'json', "type": "POST", "url": sSource, "data": aoData, "success": fnCallback, "complete":function(){ $filtro = $('.dataTables_filter input'); if ($filtro.val().length < 3) return; $('#listado_alumnos').highlight($filtro.val()); } } ); }, ... [/code] on datatable config
- 23rd Nov 2011aoColumns concernscode] $.ajax({ type: "GET", url: "${pageContext.request.contextPath}/bdm/itemSelection/eventItemList.htm", dataType: "json", success:
- 19th Nov 2011Paid-For Supportthe ajax request $.ajax({ url: "../wp-content/plugins/myscript/scripts/get-keywords.php", type: 'GET', data:
- 17th Nov 2011bStateSave not re-searching...cookie I see a url encoded json string that