Search
9207 results 5241-5250
Forum
- 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
- 24th Feb 2014Twitter Bootstrap 3can see the valid options around line 13534 of
- 21st Feb 2014how use oSelectorOpts in TableToolsYou cannot - that's not how oSelectoOpts work. See the DataTables $ documentation for the selector options available: http://datatables.net/docs/DataTables/1.9.4/#$ . Basically there is no way to select based only on class for a TableTools export at the moment. Allan
- 21st Feb 2014next.datatables.net/reference/option/filterSorry, I didn't make myself clear. I realise that page is 404, but what page links to it? It isn't listed in the full options list: http://next.datatables.net/reference/option . So what page does link to it - and I'll change the link. Allan