Search
9149 results 5351-5360
Forum
- 19th May 20135 Entries per PageUse the configuration options, rather than changing the source. That's what they are there for :-). Use aLengthMenu and iDisplayLength to do this. Allan
- 18th May 2013Issues with pagination with server side datasourceI see. Thank you. However, now I don't get the difference between iTotalRecords and iTotalDisplayRecords, as once I set both options to the same value, everything works fine.
- 16th May 2013Pagination questionconvinced that the other options will not be even
- 15th May 2013only add Column Reorder no oder functionalityRemove the options you don't want from sDom - such as l for length etc - etc. Allan
- 12th May 2013Plug-in not working for update call, converting PUT request to POST request automatically in RailsWhich plug-in is it you are using? If Editor, a PUT request absolutely should be possible using the ajax options. Could you show use your initialisation please? Thanks, Allan
- 3rd May 2013List of CSS classes for Editorfield. Using these three options you are able to
- 1st May 2013Setting up a working export in JSFiddleOf course, if you want to call DataTables on multiple tables, with TableTools enabled, you can use this syntax: [code] $('#task_list, #browser_data').each( function() { $(this).dataTable({ ...your options here etc...}); }); [/code] See http://jsfiddle.net/jhfrench/6b74w/80/
- 26th Apr 2013Is there any easy way to add icons to editor buttons?Sure - use the language options: http://editor.datatables.net/options/#button . For example you might have <i class="icon-play" />Create . Allan
- 25th Apr 2013fnReloadAjax and new fnServerParamsCould you just put the options such as searchunread into fnServerParams ? The values will be resulted at the time of the request. Allan
- 24th Apr 2013Dynamically change sMessage / sPdfMessage messageCurrently no - there is no public API to change those options. You might be able to hack TableTools' private variables to change them dynamically (alter the button configuration) but it would be messy. Allan