Search
10285 results 4311-4320
Forum
- 25th Apr 2012Adding Link or Button into the DataTable RowfnRender. Parameters to link url can also be passed
- 23rd Apr 2012IE8 & Google Chrome Shows tiny y-Scrollbar even for small recordsJust paste in the URL of a test page.
- 20th Apr 2012Pagination Bugsplease note that the url above will stop working
- 19th Apr 2012more then 25 columns in server side 404 Not FoundI think the URL is just too long. There is a limit on the length of the URL... You could drastically reduce the length by using shorter variable names mDataProp --> mdp bSortable_23 --> bs23 etc.
- 13th Apr 2012Pass parameters to function fnReloadAjax()code] $(document).ready(function(){ $("#agggiornata").click(function(){ $.ajax({ url: "./scripts/add_column.php" }); $oTable.fnDraw(); }); $oTable=$('#tabella1').dataTable({ "bJQueryUI":
- 13th Apr 2012Updating a database using a checkbox in a table rowaData = oItemsTable.fnGetData(aPos); $.ajax({ type:'POST', url: 'update.php', data: 'id='+aData[0]+'&col=Done&value=1' }); } else
- 10th Apr 2012sEcho Error from server_processing.phpIf you look at the XHR in Firebug or inspector you should be able to see the sEcho parameter in the GET URL (as you canon this example: http://datatables.net/release-datatables/examples/data_sources/server_side.html ). How are you trying to access the parameter? Allan
- 6th Apr 2012My Date Range Search Implementation using Server Side ProcessingnTr).find('.scheduled_job_type').val(); var sOut = $.ajax({ url: '', data: 'jid='+jid+'&jtype='+jtype, type: 'POST',
- 31st Mar 2012Send email when error occursto POST to a URL when any error happens.
- 28th Mar 2012How to make Ajax call to asp.net web services to pull data into DataTables?getMyData() { $.ajax({ type: "POST", url: "url for json data",