Search
10712 results 7021-7030
Forum
- 27th May 2011Memory leak in fnClearTable()?usage drops back to initial value. I think that
- 27th May 2011aaData and deep property readingshow me what you initialisation code looks like? But
- 26th May 2011Column mis-alignment0] } ] [/code] to your initialisation code and that should
- 26th May 2011Slow when too many linesapart from your DataTables initialisation and then add it
- 26th May 2011Table Collapsing on Content - When Single Rowthe table is shown initially there is no scrollbar.
- 25th May 2011Change default classes of oClasses objectThis is done prior to initialising the DataTable: http://datatables.net/styling/custom_classes [code] $.fn.dataTableExt.oJUIClasses.sWrapper = 'whatever'; [/code] for example. Allan
- 24th May 2011Javascript Problem In TableToolsrefers to TableTools 1.x initialisation, which has changed for
- 24th May 2011Number of pages in pagination divIt wouldn't do since there isn't any code in DataTables to cope with that kind of initialisation. What you can do is just something like: [code] jQuery.fn.dataTableExt.oPagination.iFullNumbersShowPages = 10; [/code] Allan
- 23rd May 2011Custom classes for specific instances of the tableyou can easily do it with just regular DOM or jQuery methods. $().addClass() etc Yes but only: - after the initialisation is complete (after .dataTable({}) call) or - for the elements that are there before the initialisation (table, thead, tbody, ...) Thank you!
- 19th May 2011Footer issues with TableToolstable is hidden at initialisation time. This code solves