Search
14755 results 10961-10970
Forum
- 18th Mar 2014Server-side paginated processing, aaData OK but no data displayingYour JSON data doesn't include the information required by server-side processing. Specifically the sEcho, iTotalRecords and iTotalDisplayRecords parameters. See: http://datatables.net/usage/server-side . If you don't need server-side processing (i.e. less that ~50'000 rows) then just disable the bServerSide option. Allan
- 18th Mar 2014Json without aaDataget multiple bits of information!). If you don't need
- 18th Mar 2014How to Edit PDF designYou need to modify the AS3 source code for the PDF generator if you want to do that. There is no built in way of adding that information. Allan
- 16th Mar 2014How to position the bottom of the datatable uiwith the paging and information controls) to align to
- 14th Mar 2014CSV export problemOk, thank you for this information :)
- 12th Mar 2014Set name to column from ajax and send to ajax on sortmethod to pass column information before in the Ajax
- 12th Mar 2014Change language for TableTools buttonsIt would work if you changed the TableTools code to read that information! At the moment, and without modification it won't work. As I said, TableTools doesn't read the language options of DataTables. Allan
- 7th Mar 2014ColumnFilterWidgets with JSON-datato get this stored information... Long and short of
- 6th Mar 2014Scrollbar width function cannot be accessed in 1.10.0If you need that information I would recommend you
- 4th Mar 2014FixedHeader with fnHeaderCallback, FixedHeader work but fnHeaderCallback not workI think you were right in adding fixedheader.fnUpdate() since the fixed header needs to be told that the information has changed and therefore it needs to redraw. Can you link to a test case showing the problem please. Allan