Search
10784 results 7401-7410
Forum
- 22nd Jan 2010bServerSide in IE problemHi akmalkhon, Two things to check initially: is the json valid (www.jsonlint.com) and is sEcho being correctly returned? Allan
- 22nd Jan 2010cluetip on each linkHi laurel, Please see this example: http://datatables.net/examples/advanced_init/events_post_init.html for adding events post initialisation. The second question in the FAQs for server-side processing also notes this: http://datatables.net/faqs Allan
- 20th Jan 2010Combo modificationHi rulo, Yes - you need to set iDisplayLength as well to let it select which one of the options you want to use initially: http://datatables.net/usage/options#iDisplayLength Regards, Allan
- 20th Jan 2010No sort by defaultcolumn to be sorted initially then you could set
- 18th Jan 2010editing settings on the flythese two parameters at initialisation time. You could modify
- 17th Jan 2010fnUpdate messes up table displaylot of confusion over initialisation parameters like this "$('#Users').dataTable({"bSort":false}).fnAddData([
- 15th Jan 2010Pagination problem, function works only on the first pageThanks for the tip. It was caused by the wrong order of code. I was initializing table first, then adding the function when it should have been the other way around. Now everything works, thank you.
- 14th Jan 2010Turn off default sortHi buzzterrier, Set 'aaSorting to br an empty array on initialisation: http://datatables.net/usage/options#aaSorting Regards, Allan
- 14th Jan 2010TableTools not exportingcomment iDisplayLength = -1 works somehow but may break smthg else ? http://datatables.net/forums/comments.php?DiscussionID=1055&page=1#Item_0 I will evaluate this later on and the possibility of initializing it at declaration time.
- 11th Jan 2010server side and table initializationHi Noelia, Could you possibly post your initialisation code please? It sounds like you are on the right track with using fnServerData, but what the problem is will hopefully be clearer with the code. Regards, Allan