Search
9310 results 5341-5350
Forum
- 12th Mar 2014Change language for TableTools buttonsIt would work if you changed the TableTools code to read that information! At the moment, and without modification it won't work. As I said, TableTools doesn't read the language options of DataTables. Allan
- 11th Mar 2014Swap tables - dynamic columnsthe columns or table options you need to replace
- 7th Mar 2014[Solved] Sort event binding and v1.10.0-beta.3.devmethod. There are two options here - 1. simply change
- 7th Mar 2014Formatting table-header with json-datacode] For example. DataTables options for creating a header
- 6th Mar 2014JSON object - can't get it to apply to the tablesites from the mData options) . DataTables must be given
- 5th Mar 2014How to create new row in middle of the data tabletable, use the ordering options the table provides. That
- 27th Feb 2014dataTable: make odd column different color from even columnBest way for this is probably to use CSS's :nth-child selector with the odd and even options: https://developer.mozilla.org/en-US/docs/Web/CSS/:nth-child Allan
- 26th Feb 2014TableTools breaks DataTables when set as "sDom" defaultthe DataTables constructor, the options parameter held internally is
- 26th Feb 2014How would one keep old rows when using Scroller and bServerSide?http://datatables.net/development/sorting#data_source Filtering has similar options: http://datatables.net/development/filtering However, if the
- 25th Feb 2014Using german lang cdnThanks - fixed here: https://github.com/DataTables/Plugins/blob/master/i18n/German.lang . Any change you might be willing to translate the missing strings as well? I've added a few new ones in the default English language file: https://github.com/DataTables/Plugins/blob/master/i18n/English.lang . Specifically the oAria , sEmptyTable and sLoadingRecords options. Allan