Search
10785 results 6461-6470
Forum
- 6th Sep 2013Fixed rowsYes ,you can set the display length when initializing a datatable,like this [code] $('#example')').dataTable({ "aoColumns": [null,null,null,null,null], "iDisplayLength" : 20 }); [/code]
- 4th Sep 2013Default Sort when clickedNot sure I quest understand - you can use asSorting to set the order the sorting direction is applied in and aaSorting for the initial sort. Is that what you are doing at the moment? Allan
- 3rd Sep 2013how can i disable sorting in jquery.dataTables.min.jsWhere and how are you initialising DataTables?
- 29th Aug 2013Getting row data from cells works fine until selecting a new page of datato assign my table initialisation code to a variable
- 27th Aug 2013Problem to displaying all columns with sScrollXWithout a test case, i can't really say. All I can assume is that the table is initially hidden. Call the fnAdjustColumnSizing function when it is made visible. Allan
- 26th Aug 2013Bootstrap Datatables not workingOk, I removed those - but that's not making any difference, whether I try initializing the table or not.
- 25th Aug 2013fnInitComplete to get access to already initialized dataTable not working as expected?fnInitComplete fires once and once only for the life time of a table - when the initialisation is complete. bRetrieve tells DataTables to ignore any configuration that is passed in and just return the table instance object. Allan
- 24th Aug 2013Click table row to open editor lightbox for that entry?code after the DataTables initialisation and it will work
- 23rd Aug 2013Disable Smart Filter and Enable Regex FilteringSure - use the oSearch options on initialisation: http://datatables.net/ref#oSearch Allan
- 20th Aug 2013Buttons in 2 rows, near the "search"instances of TableTools by initialising it with the 'new'