Search
43891 results 7071-7080
Forum
- 11th Apr 2012Unable to export table footers to xls and csv put works for prin using Tabletools?hey guys i am facing same problem please some one give the solution for that.... thanks
- 9th Apr 2012How to make the table to be lefti found the answer. just modify the css file: demo_page.css "#dt_example #container {margin-left: 30px;}
- 31st Mar 2012DataTables not displaying CakePHP JSON table dataI've just tried again and I'm still getting a 500 error. Perhaps it is because I'm off site? Also, was there a reason it had a parameter "?_=1333127990078" when you tried it?? That's the jQuery anti-cache parameter - http://jqapi.com/#p=jQuery.ajax Allan
- 26th Mar 2012take too much time to create Data Table objectYou are going to have to provide a while lot more information than that if we are to be able to offer any help whatsoever. See also: http://datatables.net/faqs#speed Allan
- 23rd Mar 2012DataTables warning (table id = 'identityList'): Requested unknown parameter '2' from the data source@axllaruse: Please see http://datatables.net/faqs#unknown_parameter Allan p.s. I suspect that charlesamat was referring to a line in his own code rather than DataTables
- 23rd Mar 2012Modification Column title after table loaded is not taken into account by export functionNobody has had this problem?
- 8th Feb 2012AJAX returns table can I apply DataTables to it?Thanks for the clearing that one up Allan. I'm sure there is a way to do this, suppose I have an unique id at the end of each selector that might look like: [code]$('#bookDatalz1w6cDKQk').dataTable( );[/code] Where the suffix could be any random set characters. Is there a way I can initialise a DataTable for each one without knowing the exact selector value. Something along the lines of a foreach loop perhaps? I've been messing around with it for sometime but haven't gotten anywhere yet. I really appreciate your help. You have been very patient with my troubles... :-D Addison
- 27th Jan 2012Table Tools Export ProblemEr - good day :-) Do you have a particular question or what I delete this thread? Allan
- 23rd Jan 2012Need help to find particular column value in the data table.Hi, I got solution for my problem, Please see below codes. var nNodes = $('.tbl').dataTable().fnGetNodes(); alert(nNodes.length); if (nNodes.length > 0) { for (var i = 0; i< nNodes.length; i++) { var dat = $('.tbl').dataTable().fnGetData(nNodes[i]); if ($('#ManNo').val() == dat[0]) { alert('This man number already exsts ' + dat[0]); return false; } } } Regards Arul.K
- 13th Jan 2012Copy the selected row and append to table by using fnAddTr plug-inCan you link to a demo page showing the problem please? Allan