Search
9204 results 6081-6090
Forum
- 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
- 26th Sep 2009fnSort listenerusing one of several options: In fnDrawCallback, check the
- 21st Sep 2009bVisible not working together with bStateSave in IE7tried changing the column options, changing the syntax (to
- 19th Sep 2009dataTables LIGHT?core functionality, while advanced options are provided by plug-ins