Search
9166 results 5011-5020
Forum
- 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
- 7th Nov 2014Sorted Column ShadingSounds like you might want the theme creator :-). If that doesn't give enough options for you, then the easiest way is to use the SCSS file and customise that, then compile it. Allan
- 7th Nov 2014Chained ValidationIn Editor 1.3 you would use: ->validator( 'Validate::numeric', array( empty: false ) ) See the PHP validation manual page for information on the validation options. In Editor 1.4 you will be able to chain validation methods. Allan