Search
23423 results 10331-10340
Forum
- 2nd Nov 2013Bootstrap 3 + horizontal scrolling@Allan, The Table headings are rendered as a table separate from the data in the grid. This is causing some small but noticeable misalignment with the columns in the Table body.
- 1st Nov 2013Header And PagenationAs noted in the forum rules - link to a test case please. My guess is that your tbody doesn't have the same number of columns as the thead. Allan
- 30th Oct 2013Export table header and body, but not the footerTHIS }, ] } ] }, "sSearch": "Search all columns:", "sPaginationType": "full_numbers", "aoColumns": col
- 30th Oct 2013search disappears when adding new column to datatablesMost of the rows in your table only have 5 columns. If you fix that it will work just fine: http://live.datatables.net/elixaj/2/edit . DataTables requires that the number of cells === rows * columns. Otherwise it won't work. Allan
- 29th Oct 2013fnFilter sends wrong column indexThe index you are calculating for the column ( $("thead input").index(this) ) isn't taking into account the hidden columns. You want this plug-in for 1.9: http://datatables.net/plug-ins/api#fnVisibleToColumnIndex . 1.10 will have something similar built in (it does already in git :-) ). Allan
- 28th Oct 2013How to change size and fields position of the editor?and labels using two columns. As a matter of
- 27th Oct 2013Column Resize when Table.width > container.widthCurrently no - user resizing of columns is not something DataTables is particularly good at just now. Something I will be working on in future (once 1.10 is out and settled a bit). Allan
- 26th Oct 2013How to replace colunm sort behaviour with my ownAhh, thanks, tangerine! It seems that {"bSortable": false} for all columns and also adding sort listeners via fnSortListener (will the event still be fired? I'm gonna find out) should do the trick ... no?
- 24th Oct 2013aoColumnDefs visibility with fnFooterCallbackThe 5th parameter ( aiDisplay in this case) reflects the rows, not the columns. The only reflection of the columns in the callback is in the first parameter - the node. Allan
- 23rd Oct 2013cumulative columnpercentage and cumulative percentage columns /* Need to redo the