Search
14684 results 2271-2280
Forum
- 6th Mar 2012Enabling bStateSave causes oColumn undefined error after a refreshJust to add some more info, I added the following snippet at line 6435: [code] if (typeof(oSettings.aaSorting) === "string") { oSettings.aaSorting = jQuery.noConflict().parseJSON(oSettings.aaSorting); } [/code] and it works but later on it breaks another module (prototype.js), saying that this.replace is not a function.
- 6th Mar 2012what does fnSortListener do?the tables meta data information (in the info, ex. "Showing X to
- 28th Feb 2012Scroll bar shifts when adding or subtracting a rowproblem. I'll post more info as I discover it.
- 23rd Feb 2012Requested Unknown Parameter Issuepart of the debug info) [code] $.fn.dataTableExt.afnSortData['dom-select'] = function (oSettings,
- 22nd Feb 2012Documentation parameters "fnStateLoadCallback" and "fnStateSaveCallback" in 1.7.4for those trying to find more info on this, I found the documentation is missing? They have been removed from DataTables 1.9. Please see this blog post: http://datatables.net/blog/localStorage_for_state_saving Allan
- 21st Feb 2012Counting numbers of things in a column...like to include this information with the other info using fnInfoCallback, but I'm
- 18th Feb 2012General Dynamic Data From Server (PHP)Hello, Thanks for the info. Server side processing works
- 16th Feb 2012I don't konw how to load the another JSON data, please helpfunction fnFormatDetails ( oTable, nTr ) { var aData = oTable.fnGetData( nTr ); var sOut = ' '; sOut += 'Rendering engine:'+aData[1]+' '+aData[4]+''; sOut += 'Link to source:Could provide a link here'; sOut += 'Extra info:
- 15th Feb 2012Pagination numbering errorThanks for the help though, in the meantime, I've switched the datatables "info" off, and have created my own label.. with "showing (iTotalRows) results" in it < so that my clients dont see an incorrect count :P
- 12th Feb 2012Help: how can I drop off some elementsOk, I get it $('#example').dataTable( { "bFilter": false, // Disable searching "bPaginate": false, // Disable pagination "bInfo": false // Disable info texts });