Search
9136 results 6011-6020
Forum
- 26th Oct 2009"No matching records found" is premature?use of the internationalisation options that DataTables presents and
- 23rd Oct 2009bStateSave - Permanently stored on serverare a couple of options. If you are currently
- 10th Oct 2009Disable Header?Hi rmeltg, Yes indeed. Two options: Disable those features: http://datatables.net/usage/features Remove (or reposition) the elements using the sDom parameter: http://datatables.net/usage/options#sDom Regards, Allan
- 10th Oct 2009display page n instead of 1 after datatables initializedHi vcba79, Two options off the top of
- 8th Oct 2009How know the columns names?Hi bakayn, You've got two options: Query the DOM as I said before with something like: $('th', nRow) Get the columns information from the settings object: [code] var aoColumns = oTable.fnSettings().aoColumns; var sColumn1Title = aoColumns[0].sTitle; // etc [/code] Regards, Allan
- 6th Oct 2009Grouping two rows to one record (and sorting)the information in the 'options' row into a 6th
- 30th Sep 2009usage/server-side is wrong: should be bServerSide but shows bProcessingfrustrating bugs, with three options that I can see:
- 28th Sep 2009Datatable column sortby using the development options that DataTables presents. You
- 27th Sep 2009Sorting breaking filters?page, drop the 'f' options from sDom. Regards, Allan
- 26th Sep 2009Fix info text if pagination is offdone using the language options DataTables provides :-). The default