Search
9209 results 5051-5060
Forum
- 25th Nov 2014location of Pagination controlsAll options (with the exception of the t (table) option can be specified multiple times, for if you want to show the same control multiple times (pagination at the top and bottom of the table for example).
- 25th Nov 2014Editor - save changes upon leaving elementUse the submitOnBlur option as it is designed for exactly this. The form options can be given at initialisation time or when you call one of the editing methods - inline() for example. Allan
- 24th Nov 2014columns().search() and bFilterlook at the columns' options via JS ? I like
- 21st Nov 2014Exclude expression onglobal searchfind all the search options like [^*] in the documentation?
- 21st Nov 2014TypeError: $.fn.dataTable.colVis is not a constructorto pass the ColVis options in as the second
- 21st Nov 2014StateSave not working for first visit of the pageUse the stateSaveCallback and stateLoadCallback options to dump the data to be stored into a common localStorage key (and then read it back in future). Allan
- 19th Nov 2014Column Visibility (is this correct?)Perfect. Thank you. How did you format my options? Just so I know for next time. Something like [code][/code] surrounding the javascript.
- 17th Nov 2014Decimal and thousands separatorare a number of options: The best thing to
- 11th Nov 2014inline editing with tab between columns "undoes" values?Use the submitOnBlur option or form-options. The form options can be specified where you call inline(). Allan
- 11th Nov 2014Question about customizing Editor ajax objectcreate, edit and remove options can be specified for