Search
14755 results 11231-11240
Forum
- 28th Dec 2012How does Datatables factor sSearch index for server side processing?I've seen that plugin before, but there's not much information on how it works. What value corresponds to iMatch? EDIT: Nevermind, found the answer here: http://datatables.net/forums/discussion/10147/column-filtering-on-columns-to-the-right-of-hidden-columns-not-working/p1 [code] $('tfoot input:visible').keyup(function(){ var col_index = oTable.fnVisibleToColumnIndex($("tfoot input").index(this)); oTable.fnFilter(this.value, col_index); }); [/code]
- 28th Dec 2012Export table with multiple rows in headerYou'd need to modify the _fnGetDataTablesData method in TableTools to get the information from the multiple header rows in the source table. There is no built in option for doing this at the moment. Allan
- 28th Dec 2012Creating custom add/edit/remove functionHappy holidays :-) You need to confirm if the server is correctly communicating with the client for Editor or not, as obviously with the information I have available I can't say. Allan
- 18th Dec 2012Can you ignore/skip rows?(Implementing drill-down rows)store all the drill-down information in a hidden div,
- 13th Dec 2012how to center table on pagesince that has slating information for the DataTables elements.
- 12th Dec 2012Is it possible to set a cell Class and colspan in aaData?Thanks for the information. I ended up getting
- 9th Dec 2012How to insert a non-database field to tablewhich will have relevant information. If they don't help
- 9th Dec 2012Error in Google ChromeDataTables that provides trace information about everything so every
- 6th Dec 2012Editor with BootstrapHope some of that information helps
- 30th Nov 2012Logical OR filter for one specific columnHi allan, thanks again. I guess I have enough information to start filtering now ;-). By the way thanks for that awesome plugin! Definetly one of the best jQuery-Plugins ever! Worn