Search
9310 results 6181-6190
Forum
- 11th Nov 2009How to change the setting of number of rows?Thank you. Is there any options for changing "Show ... entries", 10. 25, 50 and 100 to different numbers?
- 6th Nov 2009Delay loading from AJAX until a click/eventHi mathie, Two options spring to mind, Just
- 27th Oct 2009Adding a new row with server-sided datahave found plenty of options for rectangular selection, but
- 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: