Search
43626 results 7031-7040
Forum
- 11th Jun 2012How to set classes to table row cells (but not to table header cells!)Ok i found a workaround: useing fnRowCallback instead od sClass to set the correct classes to new rows
- 30th May 2012More than one Pagination in same tableLook at this: http://datatables.net/plug-ins/pagination There is specifically a select list option.
- 3rd May 2012Small bug on demo table (csv change to cvs on 2.0.3)Doh! Thanks for picking that up and letting me know about it. Its now fixed :-) Allan
- 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