Search
9206 results 5411-5420
Forum
- 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
- 23rd Apr 2013Styling processing badge/thing on server pagingDIV. With these two options to can have it
- 15th Apr 2013Filter by length of textlist. What are the options in the list. You
- 13th Apr 2013How do in js code configuration header colspanuse the DataTables configuration options to configure the colspan
- 10th Apr 2013Table Tools select_all seems to ignore filter criteriaSounds like the ideal candidates for two new plug-in button options - select_all_filtered and select_none_filtered :-). Thanks for posting your solution - I'll look at wrapping up these two plug-ins. Allan