Search
43928 results 25151-25160
Forum
- 28th Jan 2010Hide/show column dynamicwill actually redraw the table! Otherwise you'll get an
- 28th Jan 2010sorting over multiple colums as sorting method for one specific columnhttp://datatables.net/usage/i18n#oLanguage.sLengthMenu http://datatables.net/api#fnSort . What you'll need to do is detach the sort handler that DataTables puts on the table and then just ad your own which calls fnSort. Regards, Allan
- 28th Jan 2010Semi-colon in filter string breaks cookies [read second post]the state of a table * Returns: - * Inputs: string:sName - name
- 28th Jan 2010UI Widgets in DataTables Cellsdown on a normal table. Allan
- 28th Jan 2010Submit input for Multiple Tables.just for the first table. If you need to
- 28th Jan 2010bStateSave:true causes DataTable to fail in some casesdifferent ID on the table depending on the mode
- 28th Jan 2010Large Tables Save as Blank CSV Files in IE7to download the entire table as an Excel file
- 27th Jan 2010DataTables with jQuery 1.4run a 7000 records table with pagination and JUI
- 27th Jan 2010TableTools not exportingvery top of the table in plain text. In
- 26th Jan 2010thead > tr background-image disappearing IE lte 7Solved the problem by moving the TR background image to the table background. Not a good solutions but it works. Ran out of time for fixing it correctly. [code] .DataTable { background-image: url("../images/table_bg.gif"); background-repeat: repeat-x; background-position: top left; } [/code]